How do I use this script as a condition to progress an event to the next page? A conditional branch isn't doing it and I've tried combining this script,
Victor Saint Event Conditions, but it throws errors in the self data script...
Script'---Event Conditions' line 147: NoMethodError occurred.
undefined method'self_switch' for #<Game_Event:0x9a84978>
I ONLY get the error with Event COnditions Script installed, otherwise, it seems to work, (minus not being able to progress to the next event page)
I'm using the following script call based on the "Events (Self Switches)" script
self_switch("Tilled",true)
And this is the comment I'm using based on the "Event Conditions" script
<event condition>
self_switch("Tilled") ==true #this line is based on the instructions from self switches
</event condition>
Is there another way to use this script to progress to the next event page?
Thanks!