PWE_PRC8/_module/nss/welcometohell.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

10 lines
302 B
Plaintext

void main()
{object oPC = GetLastPerceived();
int iSeen = GetLocalInt(oPC,"linesa_seen");
if (!iSeen)
{SpeakString("I see you have all made it to my Realm. You all must of Killed My Seeven Lords of Evil. COME FiGHT ME! if the must iam Waiting.");
SetLocalInt(oPC,"linesa_seen",TRUE);}
return;
}