Ooka
[font=Maven Pro][color=#A75EE2]Cosmic[/color][/fon
- 2,626
- Posts
- 17
- Years
- Age 32
- Challenging The E4
- Seen Nov 11, 2024
Okay, I finally got it to work, but now I have another problem. I can't make the text box that says would you like to give Piplup a name disappear.
#org $pick
checkflag 0x200
if b_true goto $end
checkflag 0x201
if b_true goto $end
checkflag 0x202
if b_true goto $end
#raw 75
#raw 07
#raw 00
#raw 0A
#raw 03
message $piplup
$piplup 1 = Do you want the water\npenguin Piplup?
boxset 5
compare LASTRESULT 1
if b_true goto $yes
#raw 76
message $back
$back 1 = Placed the Piplup back.
boxset 6
end
#org $yes
#raw 76
givepokemon 7 5 0x8B
setflag 0x200
jingle
message $recieve
$recieve 1 = You recieved Piplup!
boxset 6
message $nick
$nick 1 = Would You like to give\nPIPLUP a name?
boxset 5
compare LASTRESULT 1
if b_False goto $end
Namepokemon
end
#org $end
end
#org $pick
checkflag 0x200
if b_true goto $end
checkflag 0x201
if b_true goto $end
checkflag 0x202
if b_true goto $end
#raw 75
#raw 07
#raw 00
#raw 0A
#raw 03
message $piplup
$piplup 1 = Do you want the water\npenguin Piplup?
boxset 5
compare LASTRESULT 1
if b_true goto $yes
#raw 76
message $back
$back 1 = Placed the Piplup back.
boxset 6
end
#org $yes
#raw 76
givepokemon 7 5 0x8B
setflag 0x200
jingle
message $recieve
$recieve 1 = You recieved Piplup!
boxset 6
message $nick
$nick 1 = Would You like to give\nPIPLUP a name?
boxset 5
compare LASTRESULT 1
if b_False goto $end
Namepokemon
end
#org $end
end
Last edited: