Initial Upload
Initial Upload
This commit is contained in:
23
_module/nss/ka_weapon_decr60.nss
Normal file
23
_module/nss/ka_weapon_decr60.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: ka_weapon_decr60.nss
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
decrement the range by 60 meters.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Karl Adamaitis
|
||||
//:: Created On: Aug 30, 2002
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
#include "KA_I_WEAPON"
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
// identify the weapon commander
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
KaWeaponRange(OBJECT_SELF, oPC, -60);
|
||||
}
|
||||
Reference in New Issue
Block a user