Functions Documentation |
|
Name |
plyEnableMessage |
Syntax |
(plyEnableMessage player messageID True/Nil) -> True/Nil |
Argument List |
player: the player
messageID: the ID of the message
True/Nil: to enable or disable a message |
Returns |
boolean: True/nil depending upon success |
Category |
message, player
|
Description |
Used to manipulate the help messages "Press D to Dock." |
Example |
Taken from &dsManualRefuel;
; No need to show help about refueling
(plyEnableMessage gPlayer 'refuelHint Nil)
|
Comment |
There is a list of the current messages on the wiki:
http://wiki.neurohack.com/transcendence/wiki/functions/legend#messages |