Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monster_death = "Orshabaal"
- monster_create = "Morgaroth"
- pos_create = {x = 50, y = 100, z = 10}
- function onDeath(cid)
- if monster_death then
- doCreateMonster(monster_create, pos_create)
- doCreatureSay(cid, "Monster created!", TALKTYPE_ORANGE_1)
- end
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement