Scripting in Nyx question

All about the past, current and future webteases and the art of webteasing in general.
---
Post Reply
Bandit224
Explorer At Heart
Explorer At Heart
Posts: 338
Joined: Tue Sep 27, 2011 4:35 am
Gender: Male
Sexual Orientation: Straight

Scripting in Nyx question

Post by Bandit224 »

Where in Nyx's scripts can if statements be placed, and can they test button choices of the previous page that directed to them?
Example:

int count = 0;

start#page(('text blah blah'),
pic(blah),
yn(page2#,page2#)
);

page2#page(('text blah blah'),
pic(blah),
if(yes), count++;
if(count==10), end;
else delay(0sec,start#)
endif);
User avatar
Nezhul
Experimentor
Experimentor
Posts: 2373
Joined: Fri Apr 30, 2010 6:22 am
Sexual Orientation: Straight

Re: Scripting in Nyx question

Post by Nezhul »

1) there is no variables as such
2) there is no actual conditions
3) you can mimic both using simple binary logic by analysing weather a certain page was or was not previously viewed.

http://www.milovana.com/forum/viewtopic.php?f=2&t=5926
Check out my new site, and read SexTV story there!
Also I have the DARK section that features feature Erotic Horror.
I also launched a SubscribeStar recently! Please come check it out!
Updated whenever I feel like it. :wave: :love:
Image
Post Reply