- 6
- Posts
- 10
- Years
- Seen Aug 23, 2014
sorry i bet this is blatantly obvious, but i can't see what the problem is.
ok so i have a script to make a person give me a town map, but pokescript is not compiling it. it comes up with the attatched image, which is basically a blank LOG (Instant) screen. I have tried compiling my other working scripts with different offsets, but it still doesnt work :/
I don't think the script is the problem but this is the script
ok so i have a script to make a person give me a town map, but pokescript is not compiling it. it comes up with the attatched image, which is basically a blank LOG (Instant) screen. I have tried compiling my other working scripts with different offsets, but it still doesnt work :/
I don't think the script is the problem but this is the script
#org $wifey
lock
faceplayer
checkflag 0x200
if b_true goto $done
message $1
boxset 5
compare LASTRESULT 0x1
if b_true goto $take
message $2
boxset 6
release
end
#org $done
message $3
boxset 6
release
end
#org $take
giveitem 13 1
message $4
boxset 6
setflag 0x200
release
end
#org $1
$1 1 =I like you more than my husband\n\v\h06.\pWould you like this town map?
#org $2
$2 1 =That's okay, I'm sure someone\nelse might ENJOY it.
#org $3
$3 1 =I hope you beat \v\h06 to your goal.
#org $4
$4 1 =\v\h01 recieved the TOWN MAP\nfrom \v\h06's wife.
Last edited: