LoD_PRC8/_module/nss/lcs_wpn_t_next.nss

11 lines
304 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);
int nNewLine = lcs_GetNextValidWeaponModel(oItem, ITEM_APPR_WEAPON_MODEL_TOP);
lcs_ModifyandEquipNewWeapon(oItem, ITEM_APPR_WEAPON_MODEL_TOP, nNewLine);
}