SetThreatLevelValue (Harvest)
From OxeyeWiki
| setThreatLevelValue(value) | ||
| Sets the value of the threat level string in the GUI. This is only a display value and has no other effect on the game. | ||
| Parameter | Expected Type | Description | 
| value | Number | The number to set the threat level to. | 
| Returns | ||
| Returns nothing. | ||
Example
harvest.setThreatLevelValue(35) harvest.setThreatLevelValue(threatLevel)
