tImE
It's still me, 44tim44 ;)
- 673
- Posts
- 18
- Years
- Somewhere in Scandinavia...
- Seen Mar 25, 2023
Hi,
I need help with this script:
The Movement works, but while
it moves a stranke textbox appears
in the down,right corner.
And then There is no text. And the script
ends.
What's wrong?:\
//44tim44
PS. By the way I've tried different
settings at "Unknown" and "Var number" in
A-Map: 0300-5040/0300-5340/0300-0040/0300-0140
I need help with this script:
#org $start
lock
checkflag 0x411
if 0x0 goto $discover
release
end
#org $discover
applymovement 0x1 $rival_see
$rival_see 1 ; #binary 0x63 0x08 0x02 0x62 0x0A 0xFE
message $who
$who 1 =???:Who are you?\p................\p???:Oh so you're PLAYER.\p???: My name is Prof. Birch
and \nI am a Pokemon Proffessor.\pHmmm...\nYou look like a trustworthy \nyoung man...\pOkay I've decided.\n I'm going to entrust you with\na PokeDex and a Pokemon.\p And in return you're going\n to help me fill this PokeDex.\pHere you go.
boxset 6
setflag 0x828
setflag 0x829
special 0x16F
givepokemon 133 5 144
message $off
$off 1 =Birch: And now, I'm off.
boxset 6
applymovement 0x1 $byebye
$byebye 1 ; #binary 0x0B 0x0B 0x09 0x09 0x09 0x0B 0x09 0x09 0x09 0xFE
setflag 0x411
warp 0x3 0x53 0x0
release
end#org $start
lock
checkflag 0x411
if b_false goto $discover
release
end
The Movement works, but while
it moves a stranke textbox appears
in the down,right corner.
And then There is no text. And the script
ends.
What's wrong?:\
//44tim44
PS. By the way I've tried different
settings at "Unknown" and "Var number" in
A-Map: 0300-5040/0300-5340/0300-0040/0300-0140