mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-14 06:18:36 +02:00
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
version=2
|
|
|
|
:if:<register.registered(underground_dooropen)>=true
|
|
:then
|
|
@entity.warp(10,16,0,5)
|
|
:endif
|
|
|
|
:if:<not><environment.day>=monday
|
|
:then
|
|
@Register.Unregister(barbershop_monday)
|
|
@Text.Log(Unregister barbershop_monday)
|
|
:endif
|
|
|
|
:if:<not><environment.day>=friday
|
|
:then
|
|
@Register.Unregister(barbershop_friday)
|
|
@Text.Log(Unregister barbershop_friday)
|
|
:endif
|
|
|
|
:if:<not><environment.day>=sunday
|
|
:then
|
|
@Register.Unregister(bargainshop_sunday)
|
|
@Text.Log(Unregister bargainshop_sunday)
|
|
:endif
|
|
|
|
:end |