Blockland Forums > Modification Help
Executing without the message in the console?
Daenth:
Is there anyway to execute a script without it displaying a message in the console?
otto-san:
you could read the file through a fileobject and put all the script into one string then eval that string, but tabs would screw it up most likely
Fluff-is-back:
--- Quote from: Daenth on July 15, 2011, 10:28:49 AM ---Is there anyway to execute a script without it displaying a message in the console?
--- End quote ---
Why do you need to do this?
otto-san:
--- Quote from: Fluff-is-back on July 15, 2011, 12:03:04 PM ---Why do you need to do this?
--- End quote ---
I was wondering this too.
What's so bad about it telling you it executed?
Daenth:
--- Quote from: otto-san on July 15, 2011, 12:09:18 PM ---I was wondering this too.
What's so bad about it telling you it executed?
--- End quote ---
In my script it constantly executes another script, it bugs me when I go to my console and there is a whole wall of "Executing..."