Blockland Forums > Modification Help
What exactly is eval?
ScratchTehEPICSpaceDude:
Title says all.
NEkram:
something that lets super admins use the console via a command like
/eval talk("blablabla");
and on the chat = CONSOLE: blablabla
for a better explanation wait until someone with more experience comes here ;-;
otto-san:
a function that evaluates a single line of torquescript code
eval("talk(\"moose\");");
also a lot of mods that allow access to this function through commands go under the name of eval
ScratchTehEPICSpaceDude:
--- Quote from: otto-san on April 08, 2012, 06:39:15 PM ---a function that evaluates a single line of torquescript code
eval("talk(\"moose\");");
also a lot of mods that allow access to this function through commands go under the name of eval
--- End quote ---
Thanks!
xXBeibsFan119Xx:
It's an extreme security risk too.