User Tools

Site Tools


4rpl:commands:showadamessageatcell

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)

Index

4rpl/commands/showadamessageatcell.txt · Last modified: 2024/06/05 15:44 by Vertu