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

13 lines
231 B
Plaintext

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