NWNDS/nwn_dark_sun/tlr_s_setarms.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -04:00

22 lines
448 B
Plaintext

//::///////////////////////////////////////////////
//:: TAILOR: symmetry sets
//:: onconv mil_tailor
//:://////////////////////////////////////////////
/*
set the local int for what symmetry we're doing
*/
//:://////////////////////////////////////////////
//:: Created By: bloodsong
//:://////////////////////////////////////////////
void main()
{
SetLocalString(OBJECT_SELF, "SYMMETRYTYPE", "arms");
}