Changed folder name.
Changed folder name.
This commit is contained in:
16
_module/nss/tlr_group3.nss
Normal file
16
_module/nss/tlr_group3.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Tailoring - Dye Group 3
|
||||
//:: tlr_group3.nss
|
||||
//:: Copyright (c) 2003 Jake E. Fitch
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Sets the color group to 3.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Jake E. Fitch (Milambus Mandragon)
|
||||
//:: Created On: March 8, 2004
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
SetLocalInt(OBJECT_SELF, "ColorGroup", 3);
|
||||
}
|
Reference in New Issue
Block a user