11-21-2015, 02:04 PM
(11-21-2015, 01:45 PM)MegaNo0body Wrote: A:=5
B:=3
C:=!A!
Inc(C, !B!)
Tried every combination mate
The one u gave me wont work either
Here quick example
Code:
Misc.ItemCountEx(6528) returned 1700
!infr! has been set to 1700
Misc.ItemCountEx(7642) returned 40
!poty! has been set to 40
VarAdd(infr, !poty!) returned 1
!test! has been set to 1
End-Of-Macro
Code:
Misc.ItemCountEx(6528) returned 1700
!infr! has been set to 1700
Misc.ItemCountEx(7642) returned 160
!poty! has been set to 160
[Critical] Param[1]{poty} is not a number
VarAdd(infr, poty) returned 1
!test! has been set to 1
End-Of-Macro
Code:
Misc.ItemCountEx(6528) returned 1700
!infr! has been set to 1700
Misc.ItemCountEx(7642) returned 160
!poty! has been set to 160
VarAdd(!infr!, !poty!) returned 1
!test! has been set to 1
End-Of-Macro
Exact same results with Inc