- 82
- Posts
- 18
- Years
- Age 31
- Aker, Amsterdam, Noord-Holland, The Netherlands, E
- Seen May 6, 2022
Try this, I just changed the checkitem.
is the checked item still an eon ticket?
Try this, I just changed the checkitem.
Put 0x60 into the applymovement, or #raw 53 #raw <people no.> #raw 00 into the script,
then move the sprite to somewhere where it can't be interacted with.
I need a script for a radio in Firered that will tune in the radio shows from GSC
This is just discussion. Isn't the rock climb script a simple command? I beleive it is a check item and applymovement script, if you have the item you move one or two spaces. This could be used repeadetly. Well, thats what I think.
a couple of my scripts wont work...
#org $start
lock
faceplayer
message $hello
boxset 6
release
end
#org $hello
$hello 1 = Hey! /nHow are you doing?
what happens when i talk to the person is a weird box appears in the top
right corner with an arrow pointing down. When i press A again, it freezes.
this one also doesn't work
/script
You need to put the flag numbers in the OW's people ID slot using Advancemap.I have a problem with this script:
/script
I have tried these scripts, but Entei and Charizard are still there after I caught or defeated them.
How can I fix this?
Thanks...
#org $begin
checkflag 0x828
if B_true goto $ibet
message $kd
boxset 6
release
end
#org $ibet
faceplayer
message $talk
boxset 6
applymovement 0x01 $movements
pausemove 0
setflag 0x202
release
end
#org $movements
#raw 0x10 0x10 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x11 0x11 0x12 0xfe
#org $kd
$kd 1 =Hello, my name is Kd, im from the\nhoenn region, im visiting here, with my aunt,\pshe's the one down stairs,\panyways i hope me and you can\nbecome good friends!
#org $talk
$talk 1 =Oh snap, im late i better\nget out of here, Bye
Does this work? what i changed is in boldThis wont compile:
Code:#org $begin checkflag 0x828 if B_true goto $ibet message $kd boxset 6 release end #org $ibet faceplayer message $talk boxset 6 applymovement 0x01 $movements pausemove 0 setflag 0x202 release end [B]#org $movements $movements ; #binary 0x10 0x10 0x13 0x13 0x13 0x13 0x13 0x13 0x13 0x13 #raw 0x13 0x13 0x13 0x11 0x11 0x12 0xFE[/B] #org $kd $kd 1 =Hello, my name is Kd, im from the\nhoenn region, im visiting here, with my aunt,\pshe's the one down stairs,\panyways i hope me and you can\nbecome good friends! #org $talk $talk 1 =Oh snap, im late i better\nget out of here, Bye