9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetClickingObject();
|
|
|
|
if (!GetIsObjectValid(oPC))return;
|
|
|
|
AssignCommand(oPC, PlaySound("as_pl_ailingf5"));
|
|
}
|