Alangara_PRC8/_module/nss/tlr_s_setlegs.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -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", "legs");
}