[Tinymux] Feature Suggestion: Includes on newsfiles.

RhostMUSH Account rhost at www.blueaether.com
Fri Jan 6 15:35:10 EST 2006


Ben Trafford <ben at prodigal.ca> wrote:

>
> 	I was thinking that it'd be interesting to be able to use news and help 
> files as indices that pointed to other files in the same directory.
>
> 	e.g.
>
> & samplehelp
>
> [INCLUDE] samplehelp.txt
>
> 	Or via some other syntax. It would make newsfile organization much easier, 
> and also help with game development, as multiple people could work on news 
> and help files without having to merge the resulting edits.
>

	You can almost do this now, somewhat.

	You have to use raw_helpfile/helpfile in the .conf file to define a new help/indx
	pair, but then instead of the above just do:

& samplehelp

[textfile(sample,topic)]


The news and help or any other helpfile that calls this would have to be defined with
'helpfile' and not 'raw_helpfile' however so that the function would evaluate.

--Ash


More information about the Tinymux mailing list