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

14 lines
253 B
Plaintext

// 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);
}