Jump to content

InitialisePlayerPoints

From CMM Wiki
Revision as of 19:03, 31 December 2025 by Ozdeadmeat (talk | contribs) (InitialisePlayerPoints – created via PowerShell script (2026-01-01T06:03:24Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: InitialisePlayerPoints
Function Description:
File Location: cmm.pointsFunctions.lua
Syntax: CMM.InitialisePlayerPoints( string UCID , number or nil points )
Return Value: nil
Parameters: Name Description
UCIDPlayer UCID
pointsThe initial seed of points a player should recieve (if supplied, overwrites the CMM.InitialPlayerPoints value)
Example: CMM.AppendPointsLog("Look mum, i got an audit log!", true, EventData, PlayerTable)
Example Description:
Related Functions:
Notes: