Initial Upload
Initial Upload
This commit is contained in:
25
_module/nss/ka_weapon_fire.nss
Normal file
25
_module/nss/ka_weapon_fire.nss
Normal file
@@ -0,0 +1,25 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: ka_weapon_fire.nss
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
using a placeable weapon object such as the
|
||||
catapult or balista.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Karl Adamaitis
|
||||
//:: Created On: Aug 30, 2002
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
#include "KA_I_WEAPON"
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
// identify the weapon commander
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
KaWeaponFire(OBJECT_SELF, oPC);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user