ExitWound
Boggle
- 79
- Posts
- 17
- Years
- Seen Sep 22, 2016
I'm reposting this because it kinda just died =\
And I really need it fixed.
And I really need it fixed.
Ugh... Here we go again... I'm having troubles with a moving/battling script... again... This is what it's supposed to do:
Exclamation mark above your head followed by turning right.
Person walks 7 spaces left from out of screen to in front of you.
Wait for movement to complete.
Talks
Battles
Talks
Leaves
Wait for movement to complete
Done
This is what it does:
Exclamation mark above your head followed by turning right.
Wait for movement to complete (but doesn't move)
Talks
Battles
Talks
Wait for movement to complete (but doesn't move)
Done
The guy's Person ID is 1001 so you can't see him until the script kicks in. Which works. The only thing that doesn't is that he doesn't move (to my understanding). You can't see him because he is out of screen but that's what I think happens. The scripts var number is set to 5240 and this is a hack for Pokemon Sapphire.
Here is my script:
Spoiler:#dynamic 0x8034F4
#org @start
checkflag 0x1002
if b_true goto @nevermind
clearflag 0x1001
release
playsong 0x1BF 0x1
applymovement 0xFF @1move
applymovement 9 @2move
waitmovement 0x0
msgbox @1msg 0x6
trainerbattle 0x1 0x89 0x0 @before @after @whatever
waitstate
end
#org @nevermind
release
end
#org @1msg
= Are you the one everbody knows as\n[player]?\p... ... ... ... ... ... ... ... ... ...\n... ... ... ... ... ... ... ... ... ...\pGood.\nI was hoping I could find you.\pMy name is NEIL. I've been researching\nthe skills of some of the trainers\laround here.\pNot many of them have what it takes\nto become the greatest.\pBut that is enough of my calling.\nIt's time to see just how good you\lare.\pUnfair?\nExcellent.
#org @before
= I'm not here to make friends.
#org @after
= Most superb!\nYou fared very well against me!\pBut don't think this is over.\nI've got special plans for you.
#org @whatever
lock
msgbox @2msg 0x6
applymovement 9 @3move
waitmovement 0x0
setflag 0x1001
setflag 0x1002
release
end
#org @2msg
= You, [player], are not the average\ntrainer.\pYou possess something these rookies\ndo not.\pWe'll certainly meet again.
#org @1move
#raw 0x03 0x56 0xFE
#org @2move
#raw 0x0B 0x0B 0x0B 0x0B 0x0B 0x0B 0x0B 0xFE
#org @3move
#raw 0x9 0x0B 0x0B 0x0B 0x0B 0x0B 0x0B 0x0B 0x0B 0x54 0xFE