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

42 lines
2.3 KiB
Plaintext

version=2
:if:<register.registered(translatoronmarble)>=False
@player.move(1)
@level.wait(50)
@sound.play(enter)
@npc.warp(0,3,0,5)
@npc.turn(0,0)
@player.turnto(2)
@text.show(Oh, this is a small room...*What?~That stone has some~unusual writing on it?*Let me see!)
@player.turnto(3)
@player.move(1)
@player.turnto(1)
@npc.move(0,1)
@text.show(hmm...)
@level.wait(50)
@text.show(ahh....)
@level.wait(50)
@text.show(ohh....?)
@level.wait(50)
@text.show(WOW!!)
@npc.turn(0,3)
@text.show(What an amazing find!*This dungeon seems to a~stronghold that belonged~to an ancient civilization!*Beyond here is something~called "Millennial Star Tower".*This also says that~it is the resting place~of a very strong and~rare Pokémon!*This is so exciting!*Let's go further!)
@npc.setspeed(0,2)
@npc.turn(0,1)
@npc.move(0,1)
@npc.turn(0,0)
@npc.setspeed(0,2)
@npc.move(0,3)
@npc.turn(0,3)
@npc.setspeed(0,2)
@npc.move(0,1)
@npc.turn(0,0)
@npc.move(0,1)
@npc.remove(0)
@register.register(translatoronmarble)
@npc.register(dungeon\chess.dat|0|remove|0)
:endif
:if:<register.registered(completerobots)>=True
@entity.warp(1,2,0,3)
@entity.warp(2,3,0,3)
:endif
:end