Rune_PRC8/_module/nss/lcs_shld_prev.nss

11 lines
252 B
Plaintext
Raw Permalink Normal View History

2024-09-13 09:10:39 -04:00
#include "lcs_shld_include"
void main()
{
object oPC = GetPCSpeaker();
object oItem = GetItemInSlot(INVENTORY_SLOT_LEFTHAND, oPC);
int nNewLine = lcs_GetPreviousValidShieldModel(oItem);
lcs_ModifyandEquipNewShield(oItem, nNewLine);
}