darkfire006 96ffc3e85b first and biggest Pike commit!
win conditions for challenge not done, only 2/9 room types scripted and need npcs in the 3 rooms and then copied. Endless mode needs to be configured from being a copy of challenge
2025-06-29 23:12:04 -05:00

25 lines
1.0 KiB
Plaintext

version=2
@text.show(Please step this way...)
:if:<player.thirdperson>=true
@Camera.SetToPlayerFacing
:endif
@camera.deactivatethirdperson
@npc.turn(0,0)
@npc.moveasync(0,2)
@player.move(1)
@player.warp(frontier\battlepike\passage.dat,1,0.1,3)
@level.update
@npc.turn(0,0)
@npc.moveasync(0,2)
@player.move(2)
@npc.turn(0,1)
@npc.move(0,1)
@npc.turn(0,2)
@Text.Show(Your Battle Choice challenge~has now begun...)
@player.move(2)
@player.warp(frontier\battlepike\choose.dat,5,0.1,7)
:end