10 lines
302 B
Plaintext
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;
|
|
|
|
}
|