20 lines
1.1 KiB
Plaintext
20 lines
1.1 KiB
Plaintext
version=2
|
|
:if:<inventory.countitem(181)>=0
|
|
:then
|
|
@text.show(You are out~of Safari Balls!*I will take you back~to the gate.)
|
|
:else
|
|
:if:<register.registered(safaritrip7)>=True
|
|
:then
|
|
@text.show(This is the last~area you may visit~on this Safari.*I can take you back~to the main gate.*Do you wish to go?)
|
|
:else
|
|
@text.show(You may visit up to seven~areas on your Safari.*If you wish to leave early~I can take you back.*Do you wish to go?)
|
|
:endif
|
|
@options.show(Yes,No)
|
|
|
|
:when:No
|
|
:end
|
|
:endwhen
|
|
:endif
|
|
@script.start(safarizone\quitsafari)
|
|
:end
|