I'm currently using some script to move me around game logics, triggers and units instantly.
It work perfectly except it keeps producing the same error, it's just annoying to have to wade through that error to look for others. I know where the error is and what causes it I just don't know a neat way of doing what I'm doing.
The error is producing part isCode:for [{_i=0},{_i < count _port},{_i = _i+1}] do { _temp = _port select _i; _unit addAction ["move to "+str _temp,"moveto.sqf",_temp,1,false,true,""]; };and the error says something like "Wrong text element 'no'". The code is fine and it displays the exactly how I want it "moveto gamelogicname".Code:"move to "+str _temp
I'd just like it without the error or having to code every action, I don't want it on the radio either.
It's mostly for testing missions so isn't the biggest problem in the world but it would be nice to fix it.
HOME 
Reply With Quote
