Untitled

 avatar
unknown
lua
2 years ago
192 B
5
Indexable
function onUse(cid, item, fromPosition, toPosition)
	
	if math.random(100) >= 50 then
      doTargetCombatHealth(0, cid, COMBAT_EARTHDAMAGE, -270, -310, CONST_ME_BIGPLANTS)
     end
	 end
Editor is loading...