• 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!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • 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.

ScriptEd Tutorial

Status
Not open for further replies.
need help

do you know the green scqares with the yellow s in advance map
whell i was wondering what type of scripts are they
 
hi,
i made a script using scriptED where a man gives you a totodile.
When i load the rom, i get a white screen.
What's wrong?
here's the script:

#org 0x811111
Lock
FacePlayer
MsgBox Hi \v\h01\! Take this\nTotodile!
BoxSet 0x6
GivePokemon 0x208 0x7 0x0
Release
End

#org 0x
= Thanks \v\h01\
Release
End
 
Compiling HALP!

ok, I have tried everything I can think of to compile this .rbc file onto my rom, and I just cant

will someone please tell me how to compile the scripts to my game?
(compile is to put in)
 
when i save the compile it sais:
Loading command database...
Empty command database detected. Program halted.
what do i do?
 
i'm just an amatuer at scripting but I do know that you have to
save a script to the elite map folder because thats where the command database is
but after that for me the rbcklog pops up with blah blah blah cleaning file closing something and the script never gets compiled what do I do?
note I am not an amatuer any more I'm really quite good (not too brag though XD) I switched over to XSE and I love it everyone else should to
 
Last edited:
i'm just an amatuer at scripting but I do know that you have to
save a script to the elite map folder because thats where the command database is
but after that for me the rbcklog pops up with blah blah blah cleaning file closing something and the script never gets compiled what do I do?

Lemme tell ya what i do.
if you have ScriptED [|P]
you just make you script with notepad, whatever it may be, then save is as 'all files' and then for example; givepoemonscript.rbc... should be in the name file selection. name it what you want, then put [period]rbc
[i'm sure you knew that.]

save it to desktop, like me ^-^ or make a script folder on your desktop too.
then go to the script, right-click, then click 'compile script.' [second option]
it's be easy.

then when the (Buf Rite) box pops up, click the blue book and load your rom.
after that, click the flashlight and when it finds those weird looking 'words' click the first one. i always do.
then assign.
[i normally have to click the check box then reserve for trainer scripts o,0]
but after you hit your button
it goes back to the blue book screen, click file-->burn
then the offset you began you script with, write it down or copy/cut it.
then paste it IN A-MAP on the sprite you want.
tis easy.
i really hope i helped.
it works for fire red, ruby, emerald.
i haven't tried it with any other game.
so eh.
but i recommend a-map man, for mostly everything/ish.
but DL Elite map anyway for the tools =D
[i know you have already.]
happy hacking?
it's easier than it looks.
i just really haven't grasped hold completely of making trainer scripts that well anywhoozer.
but you should use a base script and add to it when needed...
O,O, sorry for the long post >,<
 
So none of the pokescript codes will work with this?
and is pokescript better for beginners, or is this?


personally, i think scriptED is the way to go.
i've kinda tickled my way through pokescript and didn't like it.
...
but that is just the voice of one person.
and a 'n00b' at that.
=]
but an awesome one!!!
xD




Oh wait! Scooze me but USE >>scriptED<< CG.... IS TEH BEST!! I can't remember who made it but I so wish I could remember to deliver cred.
 
Last edited:
how do you make scripts only happen onece
iam using the green squares with the "S" in it
please help i cano't complete my hack with out it:cool:
 
Whenever I try to open a script I've made from scripted, It loads an endless string of what appears to be nothing but random commands and numbers. It does this even when I haven't even done anything to said event yet. Also, when I try to open an event directly from Advance Map, all it seems to do is slow down my entire computer. Is there something I'm doing wrong here?
 
When I try to compile a script this pops up:
Empty command database detected. Program halted.
What's the problem?
 
When I try to compile a script this pops up:

What's the problem?
Make sure you have the script like this:
Code:
#org $begin
lock
faceplayer
message $howareyou
$howareyou 1 = Hey \v\h01!\nHows your journey going?
boxset 6
release
end
Write it on the Notepad then save as a .rbc file.
Ether that or you might have to re-install Pokéscript.
 
I'm not using PokéScript, I'm using ScriptEd.
 
Great, this actually helped me a lot with XSE, the decompiled scripts on it look almost identical! Thanks for this ;)
 
Thanks for helping me out, If I need any help I will be back soon.
 
uhh, nice walkthrough but you never told us how to put it in advance map and from the first step, the first step being creating a person event, i think...
 
Status
Not open for further replies.
Back
Top