P3D-Legacy/P3D/Content/Data/Scripts/safarizone/quit.dat

20 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-09-07 18:50:38 +02:00
<EFBFBD><EFBFBD>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