Search found 1 match

by Rx-18-67
Tue Mar 30, 2021 10:42 pm
Forum: Help Forum
Topic: Using matches[x] to reference a table
Replies: 1
Views: 3257

Using matches[x] to reference a table

I'm trying to make a script to keep track of my opponents' afflictions and what they're curing. The basic script works fine. It goes through the list of afflictions until it finds the highest priority affliction the target currently has and removes it. local cure_priority = 1 function target_usedcur...