2022-07-10 20:59:43 +02:00

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