Character

Client functions that are in some way related to the character aspects.

local fistname = Wosa.Character.Firstname()
local middlename = Wosa.Character.Middlename()
local lastname = Wosa.Character.Lastname()
local day = Wosa.Character.Day()
local month = Wosa.Character.Month()
local year = Wosa.Character.Year()
local gender = Wosa.Character.Gender()
local driversLicense = Wosa.Character.Drivers()
local truckLicense = Wosa.Character.Truck()
local boatLicense = Wosa.Character.Boat()
local airLicense = Wosa.Character.Air()
local airLicense = Wosa.Character.Firearm()
local hunger = Wosa.Character.Hunger()
local thirst = Wosa.Character.Thirst()

Last updated

Was this helpful?