<- CRPL reference <- Screen Commands
Arguments | Result | Notation |
---|---|---|
X,Y,Z,R,G,B | n1 n2 n3 n4 n5 n6 – |
Creates mist at the specified coordinates, of the specified color.
Create magenta mist at currentCoords:
CreateMist(CellToPixel(currentCoords) -1 255 0 255)