Blockland Forums > Modification Help
Take off the _ from a name?
Pew446:
--- Quote from: Truce on August 04, 2010, 10:25:17 PM ---No. Don't try talking about things you know nothing about; it only confuses people.
Use this:
--- Code: ---if(%name $= "")
%brick.setName("");
else
%brick.setNTObjectName(%name);
--- End code ---
--- End quote ---
Thanks truce! :D
Pew446:
Look at me: More questions.
Is it possible to clone the events of one brick and put it in another brick via scripting?
Chrono:
Yes.
Pew446:
--- Quote from: Chrono on August 05, 2010, 02:07:43 AM ---Yes.
--- End quote ---
Ok. :I
Might I ask how?
Chrono:
I'm unsure.
I've never worked with events through scripts.