pickedentity dont work

Blitz3D Forums/Blitz3D Beginners Area/pickedentity dont work

panton(Posted 2007) [#1]
if pickedentity() = myentity
text 10,10,"entity is picked"
end if

This code dont work why not


Kev(Posted 2007) [#2]
have you made the entity pickable? EntityPickMode()


Lagrange(Posted 2007) [#3]
And of course you have to use camerapick, linepick or entitypick before :)


panton(Posted 2007) [#4]
i use camerapick ()

but it dont work


Beaker(Posted 2007) [#5]
It doesn't work. :)

Without seeing more of your code, we won't be able to help more.