22 lines
448 B
Plaintext
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");
|
|
|
|
}
|