2NA Lockpick Installation Document and Basic Concepts
exports["2na_lockpick"]:createGame(Stage Quantity, Maximum Error)
local success = exports["2na_lockpick"]:createGame(3, 2) if success then print("Lockpick is successful.") else print("Lockpick failed.") end
Last updated 1 year ago