void main() {object oPC = GetLastPerceived(); int iSeen = GetLocalInt(oPC,"linesa_seen"); if (!iSeen) {SpeakString("Welcome to Your END!"); SetLocalInt(oPC,"linesa_seen",TRUE);} return; }