» Thu May 12, 2011 9:14 am
Thanks for help. I have continued my mod for quite a lot, but now I have a problem with scripting. I can't get idea how to make a script which will unlock four doors when a creature is killed. I think it's need to be something like that:
Scriptname KOCdeathofminotaur
begin OnDeath
Unlock (what I'm supposed to have here?!)
end