Ruan Pablo 9c3c1c9968 new dialog and fixes (+)
dialog fixes
TRT event
itemsheet update
pokemonimageview integer scaling
new follower interactions
teleport set -6 priority (LGPE)
Detective Pikachu easter egg
2019-05-13 19:11:12 -03:00

20 lines
1.2 KiB
Plaintext

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!!!)
:endif
:end