What's up.. I'm having a problem with one of my variables. Here's my code:
The problem I'm getting is Type Mismatch: health
Any help would be appreciated, thanks!
Quote:
Sub Auto_sip (a,b,wildcard)
Dim health
Dim mana
health = Wildcard(1)
mana = Wildcard(2)
If health < 2800 then
If drink = 1 then
World.Send "drink health"
drink = 0
End If
End If
End SubThe problem I'm getting is Type Mismatch: health
Any help would be appreciated, thanks!