I'm sorry ya'll i am just really dumb, at the start I put the "n = 0" after the "go to" command, so it never actually set the "n".
It really was just a stupid mistake
I now also did what undeniable_denial said and put "n = 0" in the init script
Thanks for all your help tho
Search found 4 matches
- Tue Sep 07, 2021 7:47 pm
- Forum: Technical Support
- Topic: Eos "if" action problem
- Replies: 11
- Views: 2195
- Tue Sep 07, 2021 6:34 pm
- Forum: Technical Support
- Topic: Eos "if" action problem
- Replies: 11
- Views: 2195
Re: Eos "if" action problem
I went "n = 0" at the start page
I don't know how to give a link to the tease but, the only eval command is at the start page and then at the 4-1 4-2 and 4-3 pages, but the tease goes to only one random page out of these three
And the only "if" commands are at the "4-" pages which is on the ...
I don't know how to give a link to the tease but, the only eval command is at the start page and then at the 4-1 4-2 and 4-3 pages, but the tease goes to only one random page out of these three
And the only "if" commands are at the "4-" pages which is on the ...
- Tue Sep 07, 2021 1:34 pm
- Forum: Technical Support
- Topic: Eos "if" action problem
- Replies: 11
- Views: 2195
Re: Eos "if" action problem
Here's a screenshot of the "page3", I also did what Robls said (adding a "say" command before every action) and as I said, it stopped before the "if" command (or in the middle of it, not sure) and neither of the actions in the "if" happened
Also at the start I typed in the eval "n = 0" but I don't ...
Also at the start I typed in the eval "n = 0" but I don't ...
- Mon Sep 06, 2021 4:11 pm
- Forum: Technical Support
- Topic: Eos "if" action problem
- Replies: 11
- Views: 2195
Eos "if" action problem
Hello, I would like to do something like this:
page1: set a variable to 0
page2: stuff happens
page3: variable = variable + 1
if variable == 2:
then go to page 4
else go to page 2
basically it's like a loop but everytime you get to the end u get like a point, and when you went through the loop ...
page1: set a variable to 0
page2: stuff happens
page3: variable = variable + 1
if variable == 2:
then go to page 4
else go to page 2
basically it's like a loop but everytime you get to the end u get like a point, and when you went through the loop ...
