Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- automacro HasItem {
- InInventoryID 517 > 0
- exclusive 1
- call {
- $var = 0
- $MaxVar = 10
- while ($var < $MaxVar) {
- log The value of \$var is still $var, so less than \$MaxVar which is $MaxVar
- $var++
- }
- log The value of \$var is $var, so equal to \$MaxVar which is $MaxVar
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment