WoR_PRC8/_module/nss/tk_odye_con_end.nss

13 lines
231 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:49:34 -04:00
// Krit's Omnidye
// Deletes all local variables used in the conversation (for tidiness).
#include "tk_odye_include"
void main()
{
DeleteLocalInt(OBJECT_SELF, DYE_SELECTION);
DeleteLocalObject(OBJECT_SELF, DYE_ITEM);
}