Closed gauchotche closed 3 years ago
I would like very much to see this implemented in next version please
another idea would be using the 'findtype' function... like:
if findtype 'garlic' ('3434') > 10 XXXXXX endif
by using findtype you may prevent conflicts of already defined COUNTERS with the same name... so count/counters would use COUNTERS defined in that specific tab... while findtype would only use in-game names/ids, like 'garlic' or '3434'
+1 on this. Mark if you can show direction i can also check the source code if i can implement it
For now, I'm going to keep the existing Razor counting system vs. having to build another system that counts on the fly.
This is my suggestion...
if count '3132' > 10 XXXXX endif
so it would count directly by the object ID... that would make it much more straightforwarded...
thanks!