10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetLastSpeaker();
|
||
|
if (GetIsPC(oPC) == TRUE) {
|
||
|
SetLocalInt(oPC, "cc_level", 0);
|
||
|
SetLocalString(oPC, "cc_event", "init_dye");
|
||
|
ExecuteScript("cc_event", oPC);
|
||
|
}
|
||
|
}
|