• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Crash Battle Crash (0.36)

Darkfire

Administrator
Administrator
P3D Developer
did you drop down the hole to and land infront of him and trigger the battle imediately?
or did you move your self infront of him?
 

Darkfire

Administrator
Administrator
P3D Developer
can you find /Pokemon/scripts/lighthouse/f4drop4.dat and open it in notepad?
 
can you find /Pokemon/scripts/lighthouse/f4drop4.dat and open it in notepad?
version=2
@Sound.play(Falling,True)
@Player.warp(lighthouse\lighthouse0.dat,8,5,2,0)
@Level.Update
@Player.warp(lighthouse\lighthouse0.dat,8,4.1,2,0)
@Sound.play(Landing,True)
:if:<register.registered(trainer_lighthouse\008)>=False
:then
@player.turnto(0)
@battle.starttrainer(lighthouse\008)
:endif
:end
 
Top