Page 1 of 1

Need help with some basic scripting!

Posted: Sun Feb 28, 2016 7:37 am
by Pandru
I'm working on a dungeon in the Legend of Grimrock 1 editor, and I'd like to just have one party member instead of the usual four. I've seen this done in other dungeons, but I don't know how to do this. I've been looking around but I can't find a script for this. If anyone could help, it would be appreciated. :)

Re: Need help with some basic scripting!

Posted: Sun Feb 28, 2016 7:51 am
by minmay
http://www.grimrock.net/modding_log1/sc ... reference/
You'd want to call Champion:setEnabled(false) on the other three champions.

Re: Need help with some basic scripting!

Posted: Mon Feb 29, 2016 5:33 am
by Pandru
minmay wrote:http://www.grimrock.net/modding_log1/sc ... reference/
You'd want to call Champion:setEnabled(false) on the other three champions.
I'm afraid I don't follow. I checked out the link and it makes no sense to me. I'm really new to scripting, and I've never touched lua before now. Could you ellaborate?