mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-18 08:18:42 +02:00
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
25 lines
1.0 KiB
Plaintext
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 |