[Solved] General lists of items

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
User avatar
Jouki
Posts: 127
Joined: Fri Oct 24, 2014 12:57 pm

[Solved] General lists of items

Post by Jouki »

Hello, can someone help me how can I easily do a name-table used by function that will take names of right items to puzzle from this table?

edit: for better understanding: you have alcove and I would like open a door by inputing any potion into the alcove or any armor, or whatever.

edit2: ok that was pretty dumb question only one thing is create the list like this:

Code: Select all

weapons= {"long_sword","sickle_sword","two_handed_sword","machete"}
Post Reply