WoR_PRC8/_module/nss/tk_odye_at_ind_x.nss

12 lines
152 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
// Krit's Omnidye
// Clears the numeric index selection.
#include "tk_odye_include"
void main()
{
DeleteLocalInt(OBJECT_SELF, DYE_SELECTION);
}