PGCC_PRC8/_module/nss/vat_setfoot.nss

14 lines
314 B
Plaintext
Raw Normal View History

2024-10-09 14:17:22 -04:00
//::///////////////////////////////////////////////
//:: vat_set(armor section)
//:: Conversation Action Taken
//:: Set local int on PC for armor appearance adjustment
//:://////////////////////////////////////////////
void main()
{
SetLocalInt(GetPCSpeaker(), "iItemAppr", ITEM_APPR_ARMOR_MODEL_LFOOT);
}