Irish Witch
Office Jenny
- 147
- Posts
- 18
- Years
- Australia
- Seen Aug 13, 2007
Meh, they don't work, can someone please show an correct example of a wild battle script? It's voor PokeScript.
You can modify the 'simple tutorial' script for the basics. Replace the givepokemon command with
wildbattle <pokemon> <level> <object>
The pokemon number are the same as givepokemon. I think I posted them in the tut
I've replaced the ... with descriptors in the above quote and added a command so the applymove works properly. The values have to be read from the map you're referring to in advanced map.Code:#org $start lock applymovement [B]<Sprite No>[/B] $move [B]pausemove 0[/B] warp [B]<Bank> <map> <warp no>[/B] release end #org $move #raw ... #raw ... #raw ... #raw FE
ie(Fictional values):
map 7(bank).3(map) has a warp with the warp no 7.
and if your applying your movement to the main character use the value FF.
If not get the sprite no from the map where your placing your script.
the values for #RAW movement data are posted earlier in this thread.
How would I make so a guy won't let you in a cave unless you have a Groudon. I am using PokeScript
Thanks in advance
Check my tutorial for usage in flags and displaying text. Then put a 'script' event in front of the door to the cave (or even the guy himself). Set the guy or scripts 'flag value' to the flag you set in your script!