getCharInfo

Description

Retrieves specific character information (e.g., firstname, lastname, age).

Parameters

  • info (string): The charinfo key to retrieve.

Return Value

  • Returns the value associated with the charinfo key.

Example Use Case

print("Player Age: " .. ps.getCharInfo('age'))

Last updated