17 lines
966 B
Plaintext
17 lines
966 B
Plaintext
version=2
|
|
@npc.turn(1,3)
|
|
@npc.turn(2,1)
|
|
@text.show(....Saffron.....Plant....Silph...~...can't...report...boss...)
|
|
@entity.showmessagebulb(1|17|1|4)
|
|
@entity.showmessagebulb(1|18|1|4)
|
|
@storage.set(integer,turn,2)
|
|
:select:<player.position>
|
|
:when:16,0,4
|
|
@storage.set(integer,turn,1)
|
|
:endwhen
|
|
@npc.turn(1,<storage.get(integer,turn)>)
|
|
@npc.turn(2,<storage.get(integer,turn)>)
|
|
@text.show(What do you think~you are doing, kid?!*SCRAM!!)
|
|
@npc.turn(1,3)
|
|
@npc.turn(2,1)
|
|
:end |