obj
tree
icon = 'Tree.bmp'
density = 1
Bump()
if(usr.Chakra >= 10)
if(usr.rest == 0)
usr.icon_state="Invis"
sleep(20)
usr.icon_state=""
usr.Chakra -= 20-usr.treeclimb
usr.exp += 10
Treelvlcheck()
else
usr<< "Not while resting"
else
usr<< "Not enough chakra"
Problem description:I run into the tree but nothing happens :S its a multi tiled image too btw