No. Don't try talking about things you know nothing about; it only confuses people.Use this:Code: [Select]if(%name $= "") %brick.setName("");else %brick.setNTObjectName(%name);
if(%name $= "") %brick.setName("");else %brick.setNTObjectName(%name);
Yes.
I'm unsure.I've never worked with events through scripts.
%name=%brick.getName();%name=strReplace(%name,"_","");this will change all _ in the string, into nothing and will return John.u can change it into different things, for ex:%name=strReplace(%name,"_","*");that will return *John
I hate you. You are terrible at coding.
That should work just fine.