12 lines
243 B
Plaintext
12 lines
243 B
Plaintext
|
void main()
|
||
|
{
|
||
|
// object oPC = GetLastUsedBy();
|
||
|
object oPC = OBJECT_SELF;
|
||
|
if (GetIsPC(oPC)==TRUE || GetPCPlayerName(oPC)!="") {
|
||
|
SetLocalString(oPC, "cc_event", "init_emote");
|
||
|
ExecuteScript("cc_event", oPC);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|