View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old November 1st, 2023, 11:38 AM
Quote:
Originally Posted by Mediator9292 View Post
Code:
(fieldval:gIsEquip <> 0) & (field[actUser].value >= 9)
Shouldn't this be:

Code:
(fieldval:gIsEquip <> 0) & (fieldval:actUser >= 9)
Sendric is offline   #5 Reply With Quote