Initial Upload
Initial Upload
This commit is contained in:
9
_module/nss/lcs_wpn_g_next.nss
Normal file
9
_module/nss/lcs_wpn_g_next.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "lcs_wpn_include"
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oItem = GetItemInSlot(INVENTORY_SLOT_RIGHTHAND, oPC);
|
||||
mdg_GetNextValidWeaponGlow(oItem);
|
||||
}
|
||||
Reference in New Issue
Block a user