(Official) LUA Scripting Documentation
set_history
Set a value in the context player’s history.
Spec:
set_history(
string key,
long value)
Parameters
key
: The key/name of the history recordvalue
: The value to set the history record to. Negative values are supported
Incomplete
This documentation is incomplete