EXPLICIT
This command is very useful for scripters, especially when getting data
from a game command that has no set predictable beginning or ending text.
This command puts BEGIN and END tags before and after any command output.
Example: explicit weather
[BEGIN weather]
pretty weather display from game shown here
[END weather]
See also: SCRIPT
|