Registrarse

[DUDA] Consecutive Battles

Estado
Cerrado para nuevas respuestas.
M

Miembro eliminado 28262

Invitado
You must to do a script like..errr.
I show ya a Tajaros' Tutorial Made Script..

Trainerbattle 0x3

- This command is like the others but unlike 0x1 it automatically continues through the script. Use for long event battles.

Here's how the command works;

trainerbattle 0x3 0x(Trainer ID) 0x0 @win <- It's only the win text because it will continue through the script.

Here's an example script.

#dynamic 0x800000

#org @start
lock
faceplayer
msgbox @what 0x6
trainerbattle 0x3 0x1 0x0 @win
msgbox @after 0x6
fadescreen 0x1
hidesprite 0x1
fadescreen 0x0
setflag 0x642
release
end

#org @what
= What do you want KID?!

#org @win
= Hmph!

#org @after
= Your one annoying KID.\pYou know that?\pDon't talk to me again.
You can see that it continues through the script.

And that's all for Trainerbattle 0x3.

So after this you could repeat the process twice, so you have three consecutive battles!

That's all pal!
I hope you got it! ^^
 
Estado
Cerrado para nuevas respuestas.
Arriba