Search found 3 matches

by Kein Mitleid
Tue Jun 25, 2013 2:28 am
Forum: Modding
Topic: Useful scripts repository
Replies: 105
Views: 254734

Re: Useful scripts repository

Levers, each with more than two values, that are part of a combination lock. In this script, you can make several levers, each with more than two values, that are part of a combination lock that opens a door. You don't have to connect anything for this script either, as the program does that for yo...
by Kein Mitleid
Tue Jun 25, 2013 1:57 am
Forum: Modding
Topic: Useful scripts repository
Replies: 105
Views: 254734

Re: Useful scripts repository

Walk the correct path on some plates to perform a specified action. For this code, you don't need to connect anything, as the program takes care of that for you. I realize this script isn't as advanced as Grimwold's is but if you need something simple, use this. Just insert your door and plate id's...
by Kein Mitleid
Fri Jun 21, 2013 4:08 am
Forum: Modding
Topic: Scripting a Pressure Plate puzzle - Help!
Replies: 21
Views: 23819

Re: Scripting a Pressure Plate puzzle - Help!

Whipped up some code for you, Bubbles. Tested it out and it works, but since I'm a bit new myself, I wouldn't mind if someone found any flaws or bad practices in my code. counter = 0 -- insert name of door within quotes puzzle_door_name = "INSERT NAME HERE" -- insert names of plates, in or...