Need help with some basic scripting!

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
Pandru
Posts: 3
Joined: Sun Feb 28, 2016 7:35 am

Need help with some basic scripting!

Post 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. :)
minmay
Posts: 2768
Joined: Mon Sep 23, 2013 2:24 am

Re: Need help with some basic scripting!

Post by minmay »

http://www.grimrock.net/modding_log1/sc ... reference/
You'd want to call Champion:setEnabled(false) on the other three champions.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Pandru
Posts: 3
Joined: Sun Feb 28, 2016 7:35 am

Re: Need help with some basic scripting!

Post 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?
Post Reply