<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#runner_commands|Runner Commands]] ===== CreateRunner ===== ^Arguments^Result^Notation^ |X, Y, Move, Health, Payload| |''x1 y1 n1 n2 n3 -- ''| === Description === Creates a Runner at map coordinates X,Y. Movement speed in pixels per second is specified by Move (2 would be typical). Health is number of hit points with 10 being typical. The payload is the amount of Creeper the runner carries. If the payload is a negative number, the runner carries AntiCreeper. The maximum amount of runners per map is limited to 200. === Examples === example goes here