RoT2_PRC8/_module/nss/cs_debugoff.nss

9 lines
156 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
#include "cs_misc_function"
void main()
{
object oPlayer = GetItemActivator();
cs_DEBUG_OFF();
SendMessageToPC(oPlayer, "Debug Mode - OFF");
}