NWNDS/nwnds_module/tlr_s_setarms.nss

22 lines
448 B
Plaintext
Raw Normal View History

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