390 B
390 B
Function: SetCharSheetChanged(spawn, value)
Description: Set's that the character sheet was changed (usually set to true to update the client).
Parameters:
spawn
(Spawn) - Spawn object representingspawn
.value
(bool) - Boolean flagvalue
.
Returns: None.
Example:
-- From SpawnScripts/Generic/SpiritShard.lua
SetCharSheetChanged(Spawn, true)