Page 1 of 1

Goromorg brain

Posted: Mon Dec 17, 2012 12:49 am
by Brodie301
Was messing around trying to get a ogre to open a gate like a goro does.
Gave cloned ogre brain=Goromorg, it will open gate then crash to desktop.
Was looking at goromorg definition for the open door string and don't see it.

Has anyone tried this? Is it hard coded? Can it happen?

Re: Goromorg brain

Posted: Mon Dec 17, 2012 1:18 am
by Grimwold
I imagine the door opening is something that is hard-coded into the Goromorg brain , but you could probably write a script as part of the Ogre's onMove hook to check if there is a door nearby and call door:open() on it to make it seem like the Ogre is opening it.