~~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. ===== Examples ===== ShowADAMessageAtCell("MyMessage" "ANALYSIS" 100 100) ShowADAMessageAtCell("MyMessage" "ANALYSIS" 150 120) <=[[4rpl:start| Index]]