~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#vectors| Vectors]] * [[4rpl:commands:fromcell|From]] * [[4rpl:commands:tocell|To]] ====== FromCell ====== FromCell(<-cellZ <-cellX) ->vector ===== Description ===== Takes a pair of x and z coordinates and creates a vector from them. The values will be placed in the x and z positions of the vector. The inverse operation is [[ToCell]] ===== Examples ===== 10 20 fromCell ->pos <=[[4rpl:start| Index]]