• 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.

Spenceroone3's Scripting Tutorial

Status
Not open for further replies.
excuse me can you help me out every time I talk to the person I put a script in a little box appears in the right upper corner then my game freezes help!
Happy birthday to me, happy birthday to me. Since it's my birthday, I'll give you some help if you show me the script.
 
excuse me can you help me out every time I talk to the person I put a script in a little box appears in the right upper corner then my game freezes help!
That's what happens when you use Pokescript. Geez, if you only knew how many mistakes are in pokescript...This never happened with XSE before.
Happy birthday to me, happy birthday to me. Since it's my birthday, I'll give you some help if you show me the script.
No need, just use XSE and "it'll script for you"
 
Can you make a tut on how to make other characters leave the room? Or maybe a tut on editing a trainer's script? Or a tut on making you follow the character somewhere(like you do when you meet wally in emerald)? Or a tut where the character takes care of your pokemon like a daycare.

Can you make a "Movement Script" where you move backwards?

Oh, and I have a problem. I can only get one person to have the "give Item" or "Give Pokemon" scripts. Everyone else with these scripts won't speak when I test the game. For example, I made a clefairy doll give you a masterball and a Ho-oh give you a masterball, but when I test the game, only clefairy gives you the masterball, and vice-versa. HELP, please.

(If you want to see some sprites I made like my Torterra, just e-mail me at [email protected] )
 
I've looked back at my tutorial and now I feel like an idiot...
I'm going to go and fix all of it, and do some next bits.

Pikmin:

Making characters dissapear from a room: Just look through my commands list, you find everything you need there.

Move backwards: Again, look through my commands list.

Your giveitem problem: I have a feeling you used setflag 0x200 for both of them. For one of them, have the flag 0x201 and I think it should work fine.
 
Last edited:
Does this still work on pksv english version?
 
Ok, I'm doing a simple talking script.

Now, it didn't work for me. Am I doing something wrong?

I did exactly what it said, but when I put the offset in advance map
and talked to the character, it just froze the game.
 
Ok, I'm doing a simple talking script.

Now, it didn't work for me. Am I doing something wrong?

I did exactly what it said, but when I put the offset in advance map
and talked to the character, it just froze the game.

It maybe some problem with the script. Or did you enter the offset in the "script offset" section on the side-menu when you press on the person?
 
I'm still not understanding flags. I have a trainer who should leave after I leave the area he's in, and it doesn't work. Like let's say he's flag 0x90. I have:

Spoiler:


What am I doing wrong?
 
I once did a code and copied your talking script then just edited it with what i wanted. Then when I talked to the guy I put it on, it locked me to him but he wouldn't talk so the game was stuck.

oh and i'd like it if you put a tutorial for trainer scripts in this forum
 
Last edited:
Script

#org $Wildbattle
lock
faceplayer
cry 5
message $mewcry
$mewcry 1 = Mew: Lalalala!
boxset 6
checkflag 0x500
if 0x1 goto $Wildbattle
release
end

#org $Wildbattle
lock
wildbattle 151 30 0
release
setflag 0x500
#raw 53
fadescreen 0
end

has this script been fixed yet?
 
#org $Wildbattle
lock
faceplayer
cry 5
message $mewcry
$mewcry 1 = Mew: Lalalala!
boxset 6
checkflag 0x500
if 0x1 goto $Wildbattle
release
end

#org $Wildbattle
lock
wildbattle 151 30 0
release
setflag 0x500
#raw 53
fadescreen 0
end

has this script been fixed yet?
No it hasn't. You should read 4the's tutorial.

i have a question about the Unknown: 03 00
Var Number: 50 40

i were to give my character 4 steps instead of three would i have Unknown: 04 00?
No of course not. The same "var no." and "unknown" applies for every movement script, not matter how many the steps.
 
I tryed to insert a script into the game,pokescript came up with this:

[PokeCommunity.com] Spenceroone3's Scripting Tutorial
 
I tryed to insert a script into the game,pokescript came up with this:

[PokeCommunity.com] Spenceroone3's Scripting Tutorial

See the 'invalid commands' that are being returned. That means that these commands are not listed in the database, and since they're extremely common commands that are used in almost every scripting tool, you're missing the pkmadv files. Download them and place them in the folder in which pokescript is installed.
 
Please do not revive threads that haven't been posted in for longer than a month.

~Closed
 
Status
Not open for further replies.
Back
Top