Compiled OK with MS C++, but function tel() disabled

Posted by Scaven on Mon 28 Jan 2002 07:20 AM — 2 posts, 11,671 views.

#0
Ok, I finally got it to compile in MS Visual C++ 6.0, and I changed the CHAT_TOKEN to '=' just fine. But now when I'm running my game, i noticed that my new compiled version doesn't run the tel() commands I set with the wizards before. It gives me an error that function is disabled. I looked all through the config and options files, and couldn't fine a teleport option. Is it hidden with side_effect funtions or something? Please help? :)

-Scav
#1
OK, I figured it out. In Options.h you have to enable SIDE_EFFECT_FUNTIONS in order to be able to use the tel() command. Anyway, thanks guys. :) I hope I'm not too bothersome with my amature questions.

-S