Possible to use .bb files with functions in userdecs?

Blitz3D Forums/Blitz3D Programming/Possible to use .bb files with functions in userdecs?

Is that possible? I want my own functions in my blitz Function libraries to act as built-in commands.

Not at the moment. I believe it is something which is going to be in BlitzMax

EDIT: Although this may be useful: http://www.blitzbasic.com/Community/posts.php?topic=22061

The most you can do right now is get the function names to highlight, and have quick help when ya press F1. Just write a .Decls with your blitz routine names.

YAY, Sunteam. Great thanks!