iPollo Posted March 6, 2020 Share Posted March 6, 2020 I do not know why, but its returning nil, is in a function whose other features work just fine, only that is not working local element element = createObject(item, x, y, z) outputDebugString("ELEMENT ID: "..getElementID(element)) DebugString: "INFO: ELEMENT ID: " Link to comment
Moderators IIYAMA Posted March 6, 2020 Moderators Share Posted March 6, 2020 On 06/03/2020 at 17:49, iPollo said: only that is not working Expand Did you assign an ID to the object? Afaik you to add (manually) id's with setElementID. 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