|
| 04 Dec 2013 08:06 PM |
be making the actual stat a contrained value?
soap is good for you |
|
|
| Report Abuse |
|
|
|
| 04 Dec 2013 08:18 PM |
val = location of value maxVal = 100 while wait() do if val.Value > maxVal then val.Value = maxVal end
|
|
|
| Report Abuse |
|
|
|
| 04 Dec 2013 08:18 PM |
Sorry, missed an end. val = location of value maxVal = 100 while wait() do if val.Value > maxVal then val.Value = maxVal end end |
|
|
| Report Abuse |
|
|
|
| 04 Dec 2013 08:20 PM |
| You could use a constrained value. Or just check Using the Changed event to make sure it is under the Cap. |
|
|
| Report Abuse |
|
|