setTableEntry

From RPTools Wiki
Revision as of 10:47, 3 May 2016 by Jagged (talk | contribs) (Created page with "{{MacroFunction |name=setTableEntry |version=1.4.0.1 |description= Sets the result for a specified roll value. Returns {{true}} if update successful and {{false}} if not. May...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

setTableEntry() Function

Introduced in version 1.4.0.1
Sets the result for a specified roll value. Returns true(1) if update successful and false(0) if not. May only be used by GM or a trusted macro.

Usage

setTableEntry(tableName, roll, result)

Parameters

  • tableName - A string containing the name of the Table.
  • roll - Whether or not the table can be seen by players in the Table Window, true(1) or false(0).
  • result - A string containing the result returned by the table() function.


See Also