Untitled

mail@pastecode.io avatarunknown
lua
a month ago
192 B
2
Indexable
Never
function onUse(cid, item, fromPosition, toPosition)
	
	if math.random(100) >= 50 then
      doTargetCombatHealth(0, cid, COMBAT_EARTHDAMAGE, -270, -310, CONST_ME_BIGPLANTS)
     end
	 end