mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-18 00:08:43 +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
14 lines
838 B
Plaintext
14 lines
838 B
Plaintext
version=2
|
|
@register.change(pike_room_count_temp,<register.value(pike_room_count_temp)>+1)
|
|
:if:<register.value(pike_room_count_temp)>=27
|
|
@register.register(pikelucynext)
|
|
:else
|
|
:if:<register.value(pike_room_count_temp)>>112
|
|
:if:<system.calcint(<register.value(pike_room_count_temp)>m56)>=55
|
|
@register.register(pikelucynext)
|
|
:endif
|
|
:endif
|
|
:endif
|
|
@script.start(frontier\battlepike\roomchooser)
|
|
|
|
:end |