- 7
- Posts
- 2
- Years
- Seen Nov 1, 2022
Hi, I want a script to trigger, but it doesn't. The only time it triggers is when the game froze (when the var isn't added) otherwise it doens't I need to add an npc to trigger it. When the event is over I step on the script case and guess what it ''automatically'' triggers. I searched for it a week ago and found nothing even with tutorials (who barely talks about it)
here's the script
here's the script
Spoiler:
'---------------
#org 0x800158
checkflag 0x203
setflag 0x203
setvar 0x40FF 0x1
lock
applymovement 0x7 0x8800174
waitmovement 0x7
clearflag 0x203
release
end
'-----------
' Movements
'-----------
#org 0x800174
#raw 0x3 'Face Right
#raw 0x2 'Face Left
#raw 0x29 'Slide Down
#raw 0x3 'Face Right
#raw 0x2 'Face Left
#raw 0x16 'Slide Up
#raw 0xFE 'End of Movements
#org 0x800158
checkflag 0x203
setflag 0x203
setvar 0x40FF 0x1
lock
applymovement 0x7 0x8800174
waitmovement 0x7
clearflag 0x203
release
end
'-----------
' Movements
'-----------
#org 0x800174
#raw 0x3 'Face Right
#raw 0x2 'Face Left
#raw 0x29 'Slide Down
#raw 0x3 'Face Right
#raw 0x2 'Face Left
#raw 0x16 'Slide Up
#raw 0xFE 'End of Movements