by Merk » Sat Jun 04, 2005 9:06 am
I really should play past the first room.... :) Right now, I couldn't say what bits would be most interesting, but anything you're willing to share would be appreciated!
Something else I've thought of is, maybe having some general-purpose extensions. For instance, I did some utility-type stuff in TP (for printing centered text, combining two strings, returning "percentage" numbers, comparing text, etc). Something that makes string processing easier would be cool (for instance, something like a Left(string,len), Right(string,len), Substr(string,start,len), etc) would be handy. You can do it all with the string arrays, but having general-use functions in a library would be helpful. I guess what I'm getting at is, maybe some way of sharing these things with other Hugo authors. I know it's big with Tads and Inform, to have those library extensions, but I haven't really seen the same thing for Hugo (unless I'm missing it).
I'd contribute whatever I could!
I really should play past the first room.... :) Right now, I couldn't say what bits would be most interesting, but anything you're willing to share would be appreciated!
Something else I've thought of is, maybe having some general-purpose extensions. For instance, I did some utility-type stuff in TP (for printing centered text, combining two strings, returning "percentage" numbers, comparing text, etc). Something that makes string processing easier would be cool (for instance, something like a Left(string,len), Right(string,len), Substr(string,start,len), etc) would be handy. You can do it all with the string arrays, but having general-use functions in a library would be helpful. I guess what I'm getting at is, maybe some way of sharing these things with other Hugo authors. I know it's big with Tads and Inform, to have those library extensions, but I haven't really seen the same thing for Hugo (unless I'm missing it).
I'd contribute whatever I could!