generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
10
_module/nss/lcs_wpn_tc_next.nss
Normal file
10
_module/nss/lcs_wpn_tc_next.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "lcs_wpn_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oItem = GetItemInSlot(INVENTORY_SLOT_RIGHTHAND, oPC);
|
||||
int nNewLine = lcs_GetNextValidWeaponColor(oItem, ITEM_APPR_WEAPON_COLOR_TOP);
|
||||
|
||||
lcs_ModifyColorandEquipNewWeapon(oItem, ITEM_APPR_WEAPON_COLOR_TOP, nNewLine);
|
||||
}
|
Reference in New Issue
Block a user