Initial upload
Initial upload
This commit is contained in:
8
_module/nss/cs_debugon.nss
Normal file
8
_module/nss/cs_debugon.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "cs_misc_function"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPlayer = GetItemActivator();
|
||||
cs_DEBUG_ON();
|
||||
SendMessageToPC(oPlayer, "Debug Mode - ON");
|
||||
}
|
||||
Reference in New Issue
Block a user