How to check a Monster is dead?
Posted: Mon Oct 27, 2014 1:56 am
Had a few goes to script this, no dice. Any help appreciated,
Cheers.
Cheers.
Official Legend of Grimrock Forums
http://mail.grimrock.net/forum/
Code: Select all
function startVinesBossFight()
if ancient_vines == nil or vines_bossfight == nil then
return false
else
ancient_vines.monster:setMaxHealth(500)
vines_bossfight.bossfight:addMonster(ancient_vines.monster)
vines_bossfight.bossfight:activate()
end
end