WoR_PRC8/_module/nss/tk_odye_at_ind_3.nss

13 lines
225 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
// Krit's Omnidye
// Adds a "3" to the right of the numeric dye selection.
#include "tk_odye_include"
void main()
{
SetLocalInt(OBJECT_SELF, DYE_SELECTION,
10 * GetLocalInt(OBJECT_SELF, DYE_SELECTION) + 3);
}