<script>
<event name="eventname"/>
</script>
I try this and it doesn't work. When I to give condition if isMonster(cid) then, then script is broke (?).
function onTarget(cid,target)
if isMonster(target) then
return false
end
return true
end
function onTarget(cid,target)
if isPlayer(target) then
return false
end
return true
end
<script>
<event name="[B][U]eventname[/U][/B]"/>
</script>