8 lines
259 B
Plaintext
8 lines
259 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();;
|
|
AssignCommand(oPC, PlaySound("as_na_steamlong1"));
|
|
CreateObject(OBJECT_TYPE_PLACEABLE, "Exp_Smoke", GetLocation(OBJECT_SELF));
|
|
DelayCommand(10.0, ExecuteScript("explosivekeg2", OBJECT_SELF));
|
|
}
|