AustinWolff
has left
- 100
- Posts
- 13
- Years
- LA, California
- Seen Sep 8, 2012
Game: Ruby
Type: Trigger - Green "S"
Script Editor: Pokescript
Event: Movement, Setflags, RemoveSprite
#org $script
jingle
applymovement 3 $move
$move 1 ; #binary 0x03 0xFE
pausemove 0
message $hey
$hey 1 = ?????: Psst. Hey, are you the\nlittle kid?\p\v\h01: Yes.
boxset 6
applymovement 3 $move2
$move2 1 ; #binary 0x56 0x07 0x07 0x05 0xFE
pausemove 0
message $talk
$talk 1 = ?????: Here are your badges\nAgent \v\h01.
boxset 6
setflag 0x807
setflag 0x808
setflag 0x809
setflag 0x80C
setflag 0x80D
message $badge
$badge 1 = \v\h01 recieved 5 Mission Badges.
boxset 6
applymovement 0xFF $move3
$move3 1 ; #binary 0x57 0xFE
pausemove 0
message $why
$why 1 = \v\h01: Where's the other 3?\p?????: They were stolen.\nUnfortunately you will have\lto get the other 3 on your own.\nGood luck, agent.
boxset 6
fadescreen 1
removesprite 3
pause 0x10
setflag 0x1200
release
setvar 0x6000 0x0001
fadescreen 0
end
I am trying to make a guy go up to you, give you a few badges, then disappear. When I step on the script box, nothing happens!
Type: Trigger - Green "S"
Script Editor: Pokescript
Event: Movement, Setflags, RemoveSprite
Spoiler:
#org $script
jingle
applymovement 3 $move
$move 1 ; #binary 0x03 0xFE
pausemove 0
message $hey
$hey 1 = ?????: Psst. Hey, are you the\nlittle kid?\p\v\h01: Yes.
boxset 6
applymovement 3 $move2
$move2 1 ; #binary 0x56 0x07 0x07 0x05 0xFE
pausemove 0
message $talk
$talk 1 = ?????: Here are your badges\nAgent \v\h01.
boxset 6
setflag 0x807
setflag 0x808
setflag 0x809
setflag 0x80C
setflag 0x80D
message $badge
$badge 1 = \v\h01 recieved 5 Mission Badges.
boxset 6
applymovement 0xFF $move3
$move3 1 ; #binary 0x57 0xFE
pausemove 0
message $why
$why 1 = \v\h01: Where's the other 3?\p?????: They were stolen.\nUnfortunately you will have\lto get the other 3 on your own.\nGood luck, agent.
boxset 6
fadescreen 1
removesprite 3
pause 0x10
setflag 0x1200
release
setvar 0x6000 0x0001
fadescreen 0
end
I am trying to make a guy go up to you, give you a few badges, then disappear. When I step on the script box, nothing happens!