27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
version=2
|
|
:if:<register.registered(generator_off)>=True
|
|
|
|
:if:<register.registered(r43_thanks_gift)>=False
|
|
@Text.show(I got chased from~my post by these~thugs in black.*They left this behind.*It makes me uncomfortable.*Could you take it away?)
|
|
@item.give(226,1)
|
|
@item.messagegive(226,1)
|
|
@Register.register(r43_thanks_gift)
|
|
:endif
|
|
|
|
:if:<environment.daytimeid>=0
|
|
@Text.show(Be careful and~have a good day, Sir!)
|
|
:endif
|
|
|
|
:if:<environment.daytimeid>=1
|
|
@Text.show(Good morning, Sir!)
|
|
:endif
|
|
|
|
:if:<environment.daytimeid>=2
|
|
@Text.show(Good day, Sir!)
|
|
:endif
|
|
|
|
:if:<environment.daytimeid>=3
|
|
@Text.show(Good evening, Sir!)
|
|
:endif
|
|
:endif
|
|
:end |