Amon_PRC8/_module/nss/explosivekeg.nss
Jaysyn904 c5cffc37af Initial Commit
Initial Commit [v1.01]
2025-04-03 19:00:46 -04:00

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));
}