9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
#include "cs_misc_function"
|
|
|
|
void main()
|
|
{
|
|
object oPlayer = GetItemActivator();
|
|
cs_DEBUG_ON();
|
|
SendMessageToPC(oPlayer, "Debug Mode - ON");
|
|
}
|