Search found 1 match

by Delra
Thu Apr 22, 2021 7:58 pm
Forum: Help Forum
Topic: Using matches[x] to reference a table
Replies: 1
Views: 3276

Re: Using matches[x] to reference a table

Hey there! So, the trick is to create a nested table; for example: cures = { opiate = {"paresis", etc}, steroid = {"limpveins", etc}, etc, } and then you can check cures[cure] to get your cure order table and go from there! ... that being said, with a for loop, your usecase could...