red5677
Non-Existent Elite Four Champ
- 27
- Posts
- 16
- Years
- California, United States
- Seen May 6, 2025
Hello again!
I have this script:
which basically has a person walk up to a person, it says the line above, and disappears. Then the hero walks into that spot, does the movement commands above, then says the dialog above. However as expected it does not do as I need it to. Instead the hero just walks up to the spot, does the animation necessary, then the rest of the script does not execute. Could someone walk me through why this does not work as intended?
I have this script:
Spoiler:
#dynamic 0x7208C2
#org @start
playsong 0x0000 0x0
msgbox @talk1 0x06
fadescreen 0x1
hidesprite 1
fadescreen 0x0
applymovement 0xFF @walk1
waitmovement 0xFF
msgbox @talk2 0x06
setvar 0x6000 0x1
setflag 0x1203
fadesong 0x0120
release
end
#org @walk1
#raw 0x10
#raw 0x63
#org @talk1
= DANTE: You will be a fine trainer.
#org @talk2
= Who was that?
#org @start
playsong 0x0000 0x0
msgbox @talk1 0x06
fadescreen 0x1
hidesprite 1
fadescreen 0x0
applymovement 0xFF @walk1
waitmovement 0xFF
msgbox @talk2 0x06
setvar 0x6000 0x1
setflag 0x1203
fadesong 0x0120
release
end
#org @walk1
#raw 0x10
#raw 0x63
#org @talk1
= DANTE: You will be a fine trainer.
#org @talk2
= Who was that?
which basically has a person walk up to a person, it says the line above, and disappears. Then the hero walks into that spot, does the movement commands above, then says the dialog above. However as expected it does not do as I need it to. Instead the hero just walks up to the spot, does the animation necessary, then the rest of the script does not execute. Could someone walk me through why this does not work as intended?