• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • 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.

Script Help Thread (DO NOT REQUEST SCRIPTS)

Status
Not open for further replies.
If my scripting skills are still as good and/or recovering even now:

^You missed some commands in the script. Here, the fixes are in bold(try if it works):

Spoiler:

why call and not goto? i can't understand that.
btw my script worked without the changes you pointed but i made them anyway.

check the video on my signature it's funny:D

P.S. can i also move a player at a warp?if so will the player warp?like move him out of town and take him back in?
 
Last edited:
I was made a givepokemon script
Spoiler:
and I'm having a hard time trying to make it happen before this script
Spoiler:
can someone help?
 
holy **** dude? Are those scripts actually working?
 
like what kind of script?a give event script?
Like a dud is standing out of pallet? and he checks if you got a pokedex.If you have he gives you a lucario?btw lucario is not in firered and ruby >..>
 
Yep Attilas they work independntly but I need to know how to/where to join em so the first thing he does is give me my poke.
 
Given Pokemon

Can some one help by giving me or telling me how to script how to give a Pokemon. For example I want a yes or no scripted saying something like do you want to throw the poke ball at this Bulbasaur and if the player clicks yes you receive a Bulbasaur.

If some one can help Thank you and God bless
 
If i understand the same sprite is gymleader and gives a pokemon?

also i need some help with my script.

here's a video of the script

and the script itself :

Spoiler:


why won't my character go up the stairs?do i have to do something special?
 
I need a script that will refresh the map tiles upon entry, anyone know where I should start?
 
Or use special 0x8E, it saves scripting time and bytes :P

Hmm, funny you point that out. Om3ga gave me a list a while back with all the specials and I NEVER noticed that one o_O the things that make you feel stupid...

Thanks for that Pokepal17, and Om3ga for another possibility.

Do I need to set variables before it or am I doing something wrong?

Code:
#dynamic 0x800000

#org @start
special 0x8E
release
end
 
Last edited:
Hmm, funny you point that out. Om3ga gave me a list a while back with all the specials and I NEVER noticed that one o_O the things that make you feel stupid...

Thanks for that Pokepal17, and Om3ga for another possibility.

Do I need to set variables before it or am I doing something wrong?

Code:
#dynamic 0x800000

#org @start
special 0x8E
release
end

I dunno, pokepal seems to know more about that, since I never used that special, I always used the fadescreen, since that is how I learned it...
 
hey all i guess nobody knows me since this is my 1st post :P
but i need help with this script im doing.

its with pokescript but i see alotta ppl talkin about XSE so idk if anyone uses pokescript but i thought id still try :)

well what i want to do is make the guy giving me the running shoes to dissapear after he gives me them but everytime he dissapears as soon as i take one step he reappears so here is the script
Spoiler:


so if anyone can help me id really appreciate it
thx in advanced ^^
 
What is wrong with this script?
#dynamic 0x800461

#org @start
checkflag 0x828
if 0x1 goto @done
msgbox @1 0x5
compare LASTRESULT 0x1
if 0x1 goto @take
msgbox @2 0x6
release
end

#org @take
givepokemon 0x395 0x5 0x0 0x0 0x0 0x0
fanfare 0x13E
msgbox @3 0x4
waitfanfare
closeonkeypress
setflag 0x828
msgbox @4 0x5
compare LASTRESULT 0x1
if 0x1 gosub @name
msgbox @5 0x6
release
end

#org @name
call 0x1A74EB
return

#org @done
msgbox @6 0x6
release
end

#org @1
= Hello!\nYou are late!! I am\nalmost out of pokemon for you new\ntrainers!\pYou are lucky I have this for\nit for you!

#org @2
= Take this pokemon please.

#org @3
= [black_fr]You received a Bagon!

#org @4
= [black_fr]Would you like to give a\nnickname to Bagon?

#org @5
= Enjoy your pokemon!

#org @6
= I gave BULBASAUR CHARMANDER and \nSQUIRTLE to the other trainers.
 
Use the "hidesprite" command.

hidesprite 0x(sprite person event number)

ok ill thanks but can you show me where i shud put it ?

EDIT:
I put the command in but now i dnt see the person at all i cant even talk to him ...
you explain to me where to put it so that i can talk to him then after i get the shoes he dissapears
thx
 
Last edited:
hey all i guess nobody knows me since this is my 1st post :P
but i need help with this script im doing.

its with pokescript but i see alotta ppl talkin about XSE so idk if anyone uses pokescript but i thought id still try :)

well what i want to do is make the guy giving me the running shoes to dissapear after he gives me them but everytime he dissapears as soon as i take one step he reappears so here is the script
Spoiler:


so if anyone can help me id really appreciate it
thx in advanced ^^

tottally having the same problem.I would like an answer to that how to make the script dissappear for ever or till i call him back again.
 
Status
Not open for further replies.
Back
Top