<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#screen_commands|Screen Commands]] ===== CreateMist ===== ^Arguments^Result^Notation^ |X,Y,Z,R,G,B||''n1 n2 n3 n4 n5 n6 --''| === Description === Creates mist at the specified coordinates, of the specified color. === Examples === Create magenta mist at currentCoords: CreateMist(CellToPixel(currentCoords) -1 255 0 255)