P3D-Legacy/P3D/Content/Data/Scripts/vermilion/snorlaxawake.dat

40 lines
2.1 KiB
Plaintext

version=2
:if:<register.registered(snorlaxawake)>=True
@entity.remove(0)
:endif
:if:<register.registered(kstarter3)>=True
@entity.remove(99)
:endif
:if:<register.value(shinysuicune)>=True <and> <register.registered(suicunevermilion)>=False
@npc.wearskin(6,[POKEMON|S]245)
:endif
:if:<register.registered(hoennstart0)>=True <and> <register.registered(hoennstart1)>=False
@npc.remove(1)
@npc.warp(8,11,0,15)
:if:<player.thirdperson>=True
@camera.set(0,1,3,5.3,-0.25)
:else:
@camera.setpitch(-0.1)
:endif
@player.move(1)
@player.turnto(3)
@entity.showmessagebulb(1|11|0.7|15)
@npc.move(8,3)
@text.show(Hi!*My name is Steven, the Champion~from the Hoenn region.*Have we met...before?*That is not possible. All the~Trainers I have battled seem~to have the same look, anyway*Especially the ones who gave~me tough battles...)
@text.show(By the way, have you heard of~aPokémon called Latios?)
@npc.turn(8,3)
@npc.move(8,8)
@npc.turn(8,0)
@npc.move(8,4)
@npc.remove(8)
@register.register(hoennstart1)
:endif
:end