mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
8 lines
460 B
Plaintext
8 lines
460 B
Plaintext
version=2
|
|
:if:<environment.day>=Friday <and> <register.registered(Friday_Lapras)>=False
|
|
:then
|
|
@player.Move(0)
|
|
@pokemon.cry(131)
|
|
@Text.show(A mysterious cry~echoed up from~the depths.*I wonder what~it could be?)
|
|
:endif
|
|
:end |