11 lines
668 B
Plaintext
11 lines
668 B
Plaintext
version=2
|
|
:if:<register.registered(powerplanton)>=True
|
|
@text.show(We will have to beef~up our security presence.)
|
|
:else
|
|
:if:<register.registered(copcallplant)>=True
|
|
@text.show(Could I ask for~your cooperation?)
|
|
:else
|
|
@text.show(A thief broke into~the Power Plant...*What is this world coming to?)
|
|
:endif
|
|
:endif
|
|
:end |