WoR_PRC8/_module/nss/tk_odye_at_ind_b.nss

14 lines
253 B
Plaintext
Raw Normal View History

2025-04-03 11:49:34 -04:00
// Krit's Omnidye
// Clears the rightmost digit in the numeric dye selection.
// (For the "Back" options.)
#include "tk_odye_include"
void main()
{
SetLocalInt(OBJECT_SELF, DYE_SELECTION,
GetLocalInt(OBJECT_SELF, DYE_SELECTION) / 10);
}