(Official) LUA Scripting Documentation
get_history
Get a value from the context players history.
Spec:
get_history(
string key)
Parameters
key
: The key/name of the history record
Returns
long
: The history value
Examples
local started = get_history("myquest/started")
This example gets the value of the history record with the key “myquest/started”
local temp = get_history("temp")
Incomplete
This documentation is incomplete