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

12 lines
152 B
Plaintext

// Krit's Omnidye
// Clears the numeric index selection.
#include "tk_odye_include"
void main()
{
DeleteLocalInt(OBJECT_SELF, DYE_SELECTION);
}