getJobType

Description

Returns the type of the player’s current job.

Parameters

  • None

Return Value

  • Returns the job type (e.g., "leo", "ems").

Example Use Case

print("Job Type: " .. ps.getJobType())

Last updated