With the linked RC3 is a helpsys included. It can be reached from the shell with Ctrl+], hitting enter and typing help '> For German Users it's a tricky thing to get this system. I've got around with the tool "Bildschirmtastatur" and the "Layout" changed to English '>
Some of these functions seem to be there, but I haven't read all of the helpsys. Seems, that not all functions are fully described...
The gff.add func listened in there looks like that:
Moneo# desc. gff.add
---------------------------------------------
gff.add
---------------------------------------------
gff.add $name, $value = undef, $type = undef;
/copyfrom, $lang, $setifexists
Creates a new Field in an open GFF.
In your mentioned link it looks like that:
gff.add is a list operator
$name,
$value = 0,
$type = undef;
/copyfrom,
$lang = 0,
$setifexists = 0
Create a new Field. Quite possibly the single most useful function in LetoScript. (Setting the value of an existing Field isn't technically a funciton.) You can use this function to give a PC a new Feat, level, or even an item in his/her inventory (using the very nifty /copyfrom argument).
But I found something nice mentioned. The helpsys could be extended. In the download should be another tool that helps with this.
Modifié par dunahan@schwerterkueste.de, 30 mars 2014 - 10:19 .