Desaster Posted June 2, 2013 Share Posted June 2, 2013 I need a script which make all objects in a map double sided - thanks Link to comment
iPrestege Posted June 2, 2013 Share Posted June 2, 2013 getElementByID setElementDoubleSided Please use these function's . Link to comment
50p Posted June 2, 2013 Share Posted June 2, 2013 for _, obj in pairs( getElementsByType( "object" ) ) do setElementDoubleSided( obj, true ); end Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now