Hello I'm new to this, so I hope I do this right.
I run a server with a hemp field so you can harvest the weed and then sell it at a trader. The only problem is that the weed plants (fiberplants) don't get destroyed once someone harvests them. Therefor a player can infinetly harvest from one plant. This is a problem, because it allows them to make WAYYYY too much gold from it.
Here is what my script looks like:
Harvest Hemp Script Help
I run a server with a hemp field so you can harvest the weed and then sell it at a trader. The only problem is that the weed plants (fiberplants) don't get destroyed once someone harvests them. Therefor a player can infinetly harvest from one plant. This is a problem, because it allows them to make WAYYYY too much gold from it.
Here is what my script looks like:
Code (Text):
_countHemp = count nearestObjects [player, ["fiberplant"], 5];
if...
if...