(Official) LUA Scripting Documentation
notify
Post a notification to the screen.
Spec:
notify(
object[] args)
Parameters
args
: The message text to notify. Multiple arguments can be passed, including numbers (which are converted to text).
Example
notify("The players clan id is: ", get_clan())
Incomplete
This documentation is incomplete