RoT2_PRC8/_module/nss/cs_debugon.nss

9 lines
154 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_ON();
SendMessageToPC(oPlayer, "Debug Mode - ON");
}