Search found 3 matches

by P#A#L
Tue Aug 02, 2016 8:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Comparing variables in an IF statement
Replies: 1
Views: 204

Comparing variables in an IF statement

I need some help subtracting variables. I've been looking at another, more complicated text game for code examples and found something along the lines of "if (a+b) > 0", which apparently works fine, but no matter how I try to reformat it I can't get it to work with a minus sign. What I wan...
by P#A#L
Sat Jul 16, 2016 6:26 am
Forum: Ren'Py Questions and Announcements
Topic: How do you linebreak in NVL?
Replies: 3
Views: 842

Re: How do you linebreak in NVL?

Thanks a lot. I need to list some stats and doing that without linebreaks is a nightmare for the player, one way or the other.
by P#A#L
Sat Jul 16, 2016 5:36 am
Forum: Ren'Py Questions and Announcements
Topic: How do you linebreak in NVL?
Replies: 3
Views: 842

How do you linebreak in NVL?

I'm writing a text game using NVL mode. I can't figure out how to break lines so that I can have blocks of NVL text that go like "Hello Goodbye" In one click, instead of having to click to get "Hello" and then click again to get "Goodbye". I checked the wiki, and it was...