Simple Script Problem

Talk about creating Grimrock 1 levels and mods here. Warning: forum contains spoilers!
Post Reply
Fuzzyfrank
Posts: 10
Joined: Fri Sep 14, 2012 4:55 am

Simple Script Problem

Post by Fuzzyfrank »

Hey, I have a problem that is probably pretty easy to fix.

I have this code:
party:getChampion(1):removeItem(7)

How do I get this code to run as soon as the player starts?

Thanks, Fuzzyfrank.
User avatar
petri
Posts: 1917
Joined: Thu Mar 01, 2012 4:58 pm
Location: Finland

Re: Simple Script Problem

Post by petri »

Put it in a Lua script.

btw. if you're trying to get rid of the everburning torch, you don't need to. It's only available when testing the dungeon in the editor. When you start a new game, there's no torch.
Post Reply