mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-16 23:38:41 +02:00
10 lines
494 B
Plaintext
10 lines
494 B
Plaintext
version=2
|
|
@NPC.Turn(10,1)
|
|
@Text.show(Alex is very busy~eating from his bowl.)
|
|
@NPC.Turn(10,2)
|
|
@Level.Wait(50)
|
|
@Text.show(Alex seems to like you.)
|
|
@NPC.Turn(10,1)
|
|
@Level.Wait(20)
|
|
@Text.show(Alex returns to eating.~He must be hungry!)
|
|
:end |