~~NOTOC~~ <=[[4rpl:start| Index]] ====== ShowADAMessageAtCell ====== ShowADAMessageAtCell(<-message <-messageType <-cellX <-cellY) ===== Description ===== Same as ShowADAMessage, except map coordinates are specified. The coordinates are in map cells and become associated with the message.\\ When the player views the message, indicators show the location(s) on the map. If ShowADAMessageAtCell is called repeatedly with the same message key but different cell coordinates, the additional cell coordinates also become associated with the message. The messageType is one of: * "ASSESSMENT" : Initial information about map overview. * "ANALYSIS" : Description of map features, locations, objects. * "INFOCACHE" : Message from a retrieved info cache. * "TRANSMISSION" : Message from some transmitting source. * "DATA" : Generic data. ===== Examples ===== ShowADAMessageAtCell("MyMessage" "ANALYSIS" 100 100) ShowADAMessageAtCell("MyMessage" "ANALYSIS" 150 120) <=[[4rpl:start| Index]]