API -
return function() local user = getUser('clonzeh'); if user == nil then log('user does not exist!'); return; end --set, piece user.setGear('hats', 'tophat'); --user must have access to item end
Last updated 2 years ago