P3D-Legacy/P3D/Content/Data/Scripts/chrono/grieve.dat

10 lines
658 B
Plaintext

version=2
@npc.turn(8,0)
@text.show(Scrub, scrub...)
:if:<register.registered(lemonadeoffering)>=true
@text.show(... ... ...~Tectonix...)
:else
@npc.turn(8,<math.rollover(<player.facing>+2,0,3)>)
@text.show(Hello...~Your Pokémon look healthy...*This is where I buried my Onix...~It was named Tectonix...)
:endif
:end