hierarchy/Stack modules

BlitzMax Forums/BlitzMax Module Tweaks/hierarchy/Stack modules

Bot Builder(Posted 2005) [#1]
Hierarchy.bmx:
stack.bmx:
Have fun, feel free to post requests. brl, maybe include these in the pub.mod on the modserver?


gellyware(Posted 2005) [#2]
Hey bot,

The hierarchy doesnt work due to an 'end rem' without the original rem around line 160.

Change it to:

	Rem
	Function FromList:group(l:TList, multilevel=False, firstisvalue=False)

	End Function
	EndRem 


and it works!

Also, did you make a commands.html help file?


Bot Builder(Posted 2005) [#3]
Hehe, I guess nested Rem EndRems dont work. no, i didn't make a commands.html file. I'm not developing with blitz for compilers any more. All .net now. There's this cool language called Boo for .net and I'm working in C# on mono compiler stuff (Cecil, ilasm, ildasm, iloptimze).


REDi(Posted 2005) [#4]
Very nice Bot, I think BRL should add these officially.


Bot Builder(Posted 2005) [#5]
Thanks papa. Me too :)