leaving some values intact when adjusting property

ABK

Well-known member
How i can do this, i wanted to adjust only Y leaving other values as they are andi tried to leave it blank like this
changeentityproperty(self, "velocity", , ,4);
It doesnt work , also tried to use tossv as value and its different than jump velocities
This works without problems tho if i want to adjust only x:

changeentityproperty(self, "velocity",5 );

There is no "velocity" in getentityproperty
 
Back
Top Bottom