Rune_PRC8/_module/nss/lcs_shld_c_next.nss

11 lines
253 B
Plaintext
Raw 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_GetNextValidShieldColor(oItem);
lcs_ModifyColorandEquipNewShield(oItem, nNewLine);
}