Solved Getting workbench level?

Discussion in 'Rust Development' started by skitles55, Oct 13, 2017.

  1. How can I find out if the player is in the area of the workbench, and workbench level ?
     
  2. Assuming your player is a BasePlayer:
    Code:
    float craftLevel = player.currentCraftLevel;