WoR_PRC8/_module/nss/tk_odye_at_ind_9.nss
Jaysyn904 b5e28e52f4 Initial commit
Initial commit [1.18]
2025-04-03 11:49:34 -04:00

13 lines
225 B
Plaintext

// Krit's Omnidye
// Adds a "9" 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) + 9);
}