Arg

Signature

{arg:[id],[minChar],[minHPos]}

Description

Displays the name of a character, action, item, and more.

The displayed text differs based on the argXType header option of a dialog entry.

{dialog 0, arg0type=8}
You have cast {arg:0,0,0}.
{/dialog}

This dialog could translate to You have cast Cure. where as the displayed action is determined by the function that retrieves this text while the arg type defines that the argument is an action.

For a full list of arg types, you can view the following page: Arg Type.

Arguments

Identifier

The argument type identifier of the argument (0 -> 15).

Minimum Characters

If higher than 0, add x - y tabs (\t) after this tag where as x is the character count of the resolved character, action, etc. name and y is the value of this argument (0 -> 15).

Minimum Horizontal Position

If higher than 0, add H Pos Min Cur(0) before and H Pos Min Cur(x) after this tag where as x is the value of this argument (0 -> 127).

Notes

This tag doesn't display the plural form of an object (e.g. item), use the Item tag for that instead.

This tag is only usable in a text file with the format st2e8 (e.g. battle messages).

Last updated