seriously i dont know how to use it not that i dont know how to cast it but how to use it in a strategy
1 Like
You can check if you can cast the invisibility spell and then cast it when you can on the hero with this code (in Phyton):
if hero.canCast("invisibility"):
hero.cast("invisibility", hero)
Do you want to know anything else about this?
Andrei
2 Likes
thanks for the help @AnSeDra
2 Likes