Hi. My lua knowledge is very limited so please bare with me.
I've been trying to get the "moveObject" function to work but so far I have not been successful.
I've read this but no matter what I try it just won't work.
This is how it looks at the moment.
road1 = createObject (3458, 3543.55078125, -1537.4228515625, 498.25500488281, 0, 0, 255)
bool moveObject ( object road1, int 2000,
float 3543.55078125, float -1537.4228515625, float 502,
)
end
Basically I want it to create an object at an exact position and then move it to another exact position. Thanks for the help.