How can you assign onSpawn function to one monster? Specifically in creaturescripts like this:
I have something similar in mind to onPrepareDeath, i.e. onPrepareSpawn. It checks if certain item is in the area, if so; prevents spawn of the monster
XML:
<script>
<event name="myScript"/>
</script>