__fred__40
fred
- 277
- Posts
- 5
- Years
- mt silver
- Seen Mar 6, 2022
I wrote the following script,compiled it and inserted it in a NPC
#dynamic 0x800000
#org @yes
msgbox @msgyes 0x6
applymovement 0x7 @move
waitmovement 0x0
applymovement 0xFF @movep
waitmovement 0x0
applymovement 0x7 @move2
waitmovement 0x0
msgbox @msg3 0x6
warp 0x47 0x1 0xFF 0x18 0x28
waitstate
release
end
but after doing all the movements and displaying all the messages correctly the screen just goes black
the map to which I'm warping the player has no 03 scripts of any sort,it just has some NPC,I'm sure that the maps work because if I use a normal warp from A-Map it gets me there.
So what could I be missing?
Should I be using only level scripts with the warp commands?
thx
Spoiler:
#dynamic 0x800000
#org @yes
msgbox @msgyes 0x6
applymovement 0x7 @move
waitmovement 0x0
applymovement 0xFF @movep
waitmovement 0x0
applymovement 0x7 @move2
waitmovement 0x0
msgbox @msg3 0x6
warp 0x47 0x1 0xFF 0x18 0x28
waitstate
release
end
but after doing all the movements and displaying all the messages correctly the screen just goes black
the map to which I'm warping the player has no 03 scripts of any sort,it just has some NPC,I'm sure that the maps work because if I use a normal warp from A-Map it gets me there.
So what could I be missing?
Should I be using only level scripts with the warp commands?
thx