Creates an instance of developerAction.
Creates an instance of developerAction.
1 string id
the developer action ID.
2 developer owner
the performer of this action.
an instance of developerAction.
-- taken from game/developer/actions.lua local action = developerActions.create(randomAction.id, employee) employee:setCurrentAction(action)