11 lines
315 B
Plaintext
11 lines
315 B
Plaintext
|
#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_MIDDLE);
|
||
|
|
||
|
lcs_ModifyColorandEquipNewWeapon(oItem, ITEM_APPR_WEAPON_COLOR_MIDDLE, nNewLine);
|
||
|
}
|