Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
18 lines
222 B
Plaintext
18 lines
222 B
Plaintext
void main()
|
|
{
|
|
|
|
if (GetIsPC(GetLastUsedBy()))
|
|
|
|
{
|
|
|
|
object oGuard=GetObjectByTag("jw_guard");
|
|
|
|
PlaySound("as_cv_gongring3");
|
|
SetLocalObject(oGuard,"gonguser",GetLastUsedBy());
|
|
|
|
SignalEvent(oGuard,EventUserDefined(50));
|
|
|
|
}
|
|
|
|
}
|