generated from Jaysyn/ModuleTemplate
Initial upload
Initial upload.
This commit is contained in:
13
_module/nss/lcs_wpn_t_next.nss
Normal file
13
_module/nss/lcs_wpn_t_next.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//#include "lcs_wpn_include"
|
||||
#include "lcs_inc_wmodel"
|
||||
|
||||
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);
|
||||
|
||||
set_model_next(oItem, ITEM_APPR_TYPE_WEAPON_MODEL, ITEM_APPR_WEAPON_MODEL_TOP, oPC, WEAPON_MODEL_TOP_VAL_MIN, WEAPON_MODEL_TOP_VAL_MAX);
|
||||
}
|
Reference in New Issue
Block a user