One Winged Angel
Banned
- 480
- Posts
- 17
- Years
- Age 32
- Anchorage, Alaska
- Seen Jun 18, 2013
Hey, Im pretty sure this script is correct, but when I try to compile it, this pops up,
"Run-time Error '457'
This key is already associated with an element of this collection."
This is my Script.
This script is to prevent you from leaving your house without a Pokemon. Whats Wrong???
"Run-time Error '457'
This key is already associated with an element of this collection."
This is my Script.
Code:
#org $start
checkflag 0x828
if b_true goto $bye
message $1
boxset 6
applymovement 0x01 $move
pause 0x0
applymovement 0x01 $move1
pause 0x30
applymovement 0xFF $move2
message $2
boxset 6
release
end
#org $bye
$bye 1 =Bye, and Happy Birthday.
release
end
#org $move
#raw 0x10 0x10 0x12 0x12 0x12 0xFE
#org $move1
#raw 0x12 0x10 0x10 0xFE
#org $move
#raw 0x30 0xFE
#org $1
$1 1 =Hey!
#org $2
$2 1 =Its your Birthday.Don't Leave\nwithout your Present.
This script is to prevent you from leaving your house without a Pokemon. Whats Wrong???