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

12 lines
244 B
Plaintext

void main()
{
// object oPC = GetLastUsedBy();
object oPC = OBJECT_SELF;
if (GetIsPC(oPC)==TRUE || GetPCPlayerName(oPC)!="") {
SetLocalString(oPC, "cc_event", "init_recall");
ExecuteScript("cc_event", oPC);
}
}