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