Set value of property to X of linear velocity

Would it be something like

import bge;
getCurrentControler
getProperties
getMotionActuator
Velocity == linearvelocity x

Sorry, I only understand scripting, I don’t know all the commands or grammar XD

If your trying to assign a variable you want to use =, == is used to compare values.

I don’t know a thing about bge though, that’s just python syntax, although I’m not sure exactly what you are asking.

Just some stuff in the BGE. Nevermind though, BluePrintRandom gave me the answer :smiley: