BBot - The best bot of the world

Full Version: Help with variables values.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
what are the expressions to indicate a variable value ?? for example

Self.Mana() <= 50
Self.Say(I need some mana potions dude.)

thx for reading
Use double "!", like "!var!", to show the value
Code:
mana:=Self.Mana()
!mana!<=50
Self.Say(I have !mana! mana, need potions)

I'm not sure if that was what you wanted


Anyway, here's the wiki