<- PRPL reference <- Ships

MoveShip

ArgumentsResultNotation
sid int int bool [int int int bool-]

Description

int ARG1: Ship UID
int ARG2: X cell coordinate to move to
int ARG3: Y cell coordinate to move to
int ARG4: Move Mode (0 = normal, 1 = don't rotate when moving)

Issues a move order to a ship to move to a given cell on the map.

Examples

MoveShip(<-ship 10 42 0)