P3D-Legacy/P3D/Content/Data/Scripts/unioncave/Friday2.dat

8 lines
344 B
Plaintext

version=2
:if:<environment.day>=Friday <and> <register.registered(Friday_Lapras)>=False
:then
@player.Move(0)
@NPC.Warp(0,12,-0.24,30)
@pokemon.cry(131)
:endif
:end