help needed with basic type

Blitz3D Forums/Blitz3D Beginners Area/help needed with basic type

767pilot(Posted 2004) [#1]
anyone know why the below gives me a 'variable must be type' error? ive tried 'global man_walk' and passing the type to the function ie move_man(man_walk) but that doesnt work, just throws up errors
thanks




rdodson41(Posted 2004) [#2]
What line in the code generates the error?


767pilot(Posted 2004) [#3]
s'okay, fixed it now.
need to declare 'global man_walk.manwalk=new manwalk'