Description
Retrieves specific character information (e.g., firstname, lastname, age).
firstname
lastname
age
Parameters
info (string): The charinfo key to retrieve.
info
Return Value
Returns the value associated with the charinfo key.
Example Use Case
print("Player Age: " .. ps.getCharInfo('age'))
Last updated 5 months ago