protected func Initialize() { SetVisibility(VIS_All()); SetPlrView(GetOwner(), this()); SetAction("Fly"); Sound("Morse", 0,this(),100,0, 1); }
func Piccheck() { if(FindContents(ZPM_)) { SetVisibility(VIS_All()); SetAction(GetAction(FindContents(ZPM_))); } else { SetAction("Inactive"); SetVisibility(VIS_None()); } return(1); }