P3D-Legacy/P3D/Content/Data/Scripts/route40/block_man.dat

14 lines
564 B
Plaintext

version=2
@Text.show(Hm! There's a big~building up ahead!*What is it?)
:if:<player.badges>>7
:then
@Text.show(Woah! It seems to be~open now! Let's*get there!)
@npc.turn(0,0)
@npc.move(0,1)
@npc.register(routes\route40.dat|0|remove|0)
:else
@NPC.Turn(0,0)
:endif
:end