Search found 2 matches
- Mon Nov 05, 2012 3:03 pm
- Forum: Modding
- Topic: [Script] Button Puzzle
- Replies: 4
- Views: 3531
Re: [Script] Button Puzzle
EDIT: I still can't seem to get an output on the hundreds, tens and units when the user gets the answer wrong. This is the final script however. It's so close, it hurts. ;) Thanks for all your replies, I did some rectifying and this is the result: function ButtonPuzzle() --Controls the entire button...
- Mon Nov 05, 2012 11:36 am
- Forum: Modding
- Topic: [Script] Button Puzzle
- Replies: 4
- Views: 3531
[Script] Button Puzzle
Hey everyone, I made this script in Lua but it keeps returning errors. Aside from that it should be fine: function ButtonPuzzle() --Controls the entire button puzzle local Hundreds, Tens, Units = 0,0,0 --Creates the Hundreds, Tens and Units variables. --Variable assignment Hundreds_Counter:getValue(...