P3D-Legacy/P3D/Content/Data/Scripts/dungeon/masterrobot.dat

20 lines
1.2 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>version=2
:if:<register.value(dungeonrobotsdefeated)>=24
@text.show(Click*Creeeeeeak*WHIIIIIIIIIIIIIR)
@battle.trainer(dungeon\robots\4)
@register.register(dungeonrobots<level.filename>)
@register.register(completerobots)
@register.change(dungeonrobotsdefeated,1+<register.value(dungeonrobotsdefeated)>)
@text.show(Click*Creeeeak*)
@npc.setmovey(0,-1)
@npc.move(0,-1)
@npc.remove(0)
@npc.register(dungeon\1\12.dat|0|remove|0)
@entity.warp(1,5,0,5)
@level.update
@player.move(1)
@script.start(dungeon\robotwarpout)
:else
@text.show(CHEATER!!!)
2016-09-07 18:50:38 +02:00
:endif
:end