- 60
- Posts
- 9
- Years
- The Sky of course
- Seen Nov 4, 2022
Alright friends I'm here once again with another scripting issue. But instead of posting the entire script I'll just post what isn't working. Below is my script that isn't working and the person information. But anyways, what I want to happen is the screen to go black, and when it comes back up, there is mist, a music change, and a character has moved by the time the screen comes back up. Now the music and mist are alright, but for some odd reason the character moving is getting skipped. I even tried moving the character script to go after the screen face but to no avail, it fails. I have no idea why the character sprite won't move, I even have showsprite which was my last problem. Hopefully PC can lend me some answers again. (picture of advance map person event information has been added)
Person event info (char that wont move):
Person event
No: 7
Person event no: 8
Picture no: 187
Unknown: 00 00
Pos (X\Y): 0009 000C
Unknown: 00
Movement type:
Look down
Movement: 00
Unknown: 00
Trainer: No
Unknown: 00
View radius: 0000
Script offset: $000000
Person ID: 1290
Unknown: 00 00
Script that isn't woking:
fadescreen 0x1
setweather 0xA
doweather
playsong 0x166 0x0
showsprite 0x8
applymovement 0x8 0x8803643
waitmovement 0x0
fadescreen 0x0
setvar 0x4056 0x1
release
end
Person event info (char that wont move):
Person event
No: 7
Person event no: 8
Picture no: 187
Unknown: 00 00
Pos (X\Y): 0009 000C
Unknown: 00
Movement type:
Look down
Movement: 00
Unknown: 00
Trainer: No
Unknown: 00
View radius: 0000
Script offset: $000000
Person ID: 1290
Unknown: 00 00
Script that isn't woking:
fadescreen 0x1
setweather 0xA
doweather
playsong 0x166 0x0
showsprite 0x8
applymovement 0x8 0x8803643
waitmovement 0x0
fadescreen 0x0
setvar 0x4056 0x1
release
end
Last edited: