PWE_PRC8/_module/nss/cc_scoreboard.nss

11 lines
211 B
Plaintext
Raw Permalink Normal View History

2025-04-03 10:29:41 -04:00
void main()
{
object oPC = GetLastUsedBy();
if (GetIsPC(oPC)==TRUE || GetPCPlayerName(oPC)!="") {
SetLocalString(oPC, "cc_event", "init_score");
ExecuteScript("cc_event", oPC);
}
}