PGCC_PRC8/_module/nss/vat_setpelvis.nss
Jaysyn904 e51634d39b Initial upload
Initial upload.
2024-10-09 14:17:22 -04:00

12 lines
313 B
Plaintext

//::///////////////////////////////////////////////
//:: 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_PELVIS);
}