Like the title says, i'm getting 2 fights from my on screen encounters. I followed redweavers tutorial for on screen encounters so i'm wondering if i may have screwed up some where.
Where do you guys think i should look, or have you encountered this before? I can provide screen shots if you want them.
Getting 2 battles from on screen encounters.
● ARCHIVED · READ-ONLY
-
-
We really can't help you unless you show the encounter (event I'm assuming).
-
We don't know what "Redweaver's tutorial" is. Show us a screenshot of your event. If it has multiple pages, show us all pages.
Do you have ANY custom scripts? Please give us a list, and if you only have a few, also include links to their forum threads (or blog posts). -
Yep events.We really can't help you unless you show the encounter (event I'm assuming).
No I'm not using any scripts yet. This is my first game.We don't know what "Redweaver's tutorial" is. Show us a screenshot of your event. If it has multiple pages, show us all pages.
Do you have ANY custom scripts? Please give us a list, and if you only have a few, also include links to their forum threads (or blog posts).
Also redweaver is a guy on youtube that has pretty good tutorials.






-
Well, you're getting 2 battles because you're telling it to do 2 battles.
You need to put your conditional branch for variable <= 100 inside the Else block of the previous conditional branch. -
K, I'll try it, but It's not consistent. Sometimes I'll get the 2 battles and sometimes i won't.
-
Yes, because on one of your events you've got the extra check inside the Else block of the previous conditional branch, and in the other you don't.
When you play and get 2 battles, hit F9 after the battle is over, and see what the variable is set to. Then look at ALL the events (especially the one you interacted with, if you can easily distinguish it from the others), and follow through the logic of what happens when the variable has that value. Don't just skim because you THINK you know what it's doing (or you know what it SHOULD do) - work through it line by line and don't skip anything. -
Thank you very much. I apologize for my newb mistake. ;_;Yes, because on one of your events you've got the extra check inside the Else block of the previous conditional branch, and in the other you don't.
When you play and get 2 battles, hit F9 after the battle is over, and see what the variable is set to. Then look at ALL the events (especially the one you interacted with, if you can easily distinguish it from the others), and follow through the logic of what happens when the variable has that value. Don't just skim because you THINK you know what it's doing (or you know what it SHOULD do) - work through it line by line and don't skip anything. -
We all make them :)