Knuckle Cracker

Particle Fleet => Map Makers, Ship Builders, and Coders => Topic started by: Nicant on May 06, 2017, 01:32:37 PM

Title: Making Cores move???
Post by: Nicant on May 06, 2017, 01:32:37 PM
I am trying to make some things with PRPL that move, but the problem is i have not found any ways to make PRPL cores move. What i am looking for is a command/ways to make a core move. Any feedback will be appreciated!  :)
Title: Re: Making Cores move???
Post by: planetfall on May 06, 2017, 01:37:41 PM
SetUnitCoordX
SetUnitCoordY
SetUnitPixelCoordX
SetUnitPixelCoordY

QueueMove does not appear to be available in PRPL.
Title: Re: Making Cores move???
Post by: Nicant on May 06, 2017, 02:45:14 PM
Ok thank you! :)