Cursed
Godking Ragnarok CXVII
- 521
- Posts
- 20
- Years
- In my house
- Seen Dec 13, 2009
This is my three-part tutorial, I used other people's material, but I hope they don't mind. If they do, I'll delete it and make it from scratch.
Credit to: Blizzy for fixing it.
First make a call event called "Battle"
Then, enter the following code:
Tomorrow:
Hero's Turn (common event)
Credit to: Blizzy for fixing it.
First make a call event called "Battle"
Then, enter the following code:
Code:
loop
Call event: hero's turn
If enemy hp = 0
summon other enemy / end battle
Else Handler
enemy turn
If hero hp = 0
summon other pokemon / return to pokemon center
Hero's Turn (common event)