mad.array
Eeveelutions... need more...
- 140
- Posts
- 17
- Years
- Age 40
- Birmingham, UK
- Seen Dec 2, 2013
At the end of the event you want to happen (picking up the berry for example) runs the Script pbSetEventTime via the Script command on page 3.
Create a new event page with Event Switch A on (the script will automatically turn the switch on). In there put whatever you want in there (Message saying "The berry tree is empty" or something like that).
On the third event page set the condition to 'Switch "s:expired?&&tsOff?("A")" is ON'. Set the run type to Autostart. The script should read (as the notes.html says)
Control Self Switch: A =OFF
Script: setTempSwitchOn("A")
This will check whether it's been a day and sets the event back to event page 1.
I hope that helps.
Create a new event page with Event Switch A on (the script will automatically turn the switch on). In there put whatever you want in there (Message saying "The berry tree is empty" or something like that).
On the third event page set the condition to 'Switch "s:expired?&&tsOff?("A")" is ON'. Set the run type to Autostart. The script should read (as the notes.html says)
Control Self Switch: A =OFF
Script: setTempSwitchOn("A")
This will check whether it's been a day and sets the event back to event page 1.
I hope that helps.