LoD_PRC8/_module/nss/lcs_wpn_g_next.nss

10 lines
182 B
Plaintext
Raw Normal View History

2023-09-21 21:20:34 -04:00
#include "lcs_wpn_include"
void main()
{
object oPC = GetPCSpeaker();
object oItem = GetItemInSlot(INVENTORY_SLOT_RIGHTHAND, oPC);
mdg_GetNextValidWeaponGlow(oItem);
}