NWNDS/nwnds_module/tlr_color4.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

19 lines
517 B
Plaintext

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