mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
11 lines
548 B
Plaintext
11 lines
548 B
Plaintext
version=2
|
|
@entity.setvisible(15,0)
|
|
@level.wait(10)
|
|
@npc.warp(1,18,0,0)
|
|
@npc.turn(1,<math.rollover(<player.facing>+2,0,3)>)
|
|
@level.update
|
|
@text.show(Aaron: When is bring your~daughter to work day?)
|
|
@level.wait(20)
|
|
@npc.warp(1,18,-1,0)
|
|
@entity.setvisible(15,1)
|
|
:end |