Alangara_PRC8/_module/nss/tlr_group5.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

17 lines
475 B
Plaintext

//::///////////////////////////////////////////////
//:: Tailoring - Dye Group 5
//:: tlr_group5.nss
//:: Copyright (c) 2003 Jake E. Fitch
//:://////////////////////////////////////////////
/*
Sets the color group to 5.
*/
//:://////////////////////////////////////////////
//:: Created By: Jake E. Fitch (Milambus Mandragon)
//:: Created On: March 8, 2004
//:://////////////////////////////////////////////
void main()
{
SetLocalInt(OBJECT_SELF, "ColorGroup", 5);
}