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

9 lines
285 B
Plaintext

void main()
{
object oGun = GetNearestObjectByTag("ZEP_CANNON002");
object oGuard = GetNearestObjectByTag("KuljherGuard");
AssignCommand(oGuard,ActionSpeakString("FIRE!", TALKVOLUME_TALK));
ExecuteScript("zep_onoff", oGun);
DelayCommand(1.0, ExecuteScript("killself", OBJECT_SELF));
}