Craig Martin

(Official) LUA Scripting Documentation

get_history

Get a value from the context players history.


Spec:

get_history(
	string key)

Parameters

Returns


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


back