Rune_PRC8/_module/nss/tlr_group4.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

17 lines
475 B
Plaintext

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