PWE_PRC8/_module/nss/welcometoyouuren.nss

10 lines
195 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{object oPC = GetLastPerceived();
int iSeen = GetLocalInt(oPC,"linesa_seen");
if (!iSeen)
{SpeakString("Welcome to Your END!");
SetLocalInt(oPC,"linesa_seen",TRUE);}
return;
}