Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Can you check this script I do not think it is correct.
#org $begin
lock
faceplayer
message $talk
Boxset 5
if B_true goto $answer
if B_false goto $noway
end
#org $answer
message $cool
Boxset 6
giveitem 0x1 1
If B_True goto $done
release
end
#org $noway
message $noway
boxset 6
if B_true goto...