Terminology
In .ks
scripts:
- Text enclosed in square brackets
[ ]
is called a tag. - The first word inside the brackets is the tag name.
- Subsequent words separated by spaces are attributes (dynamic parameters for the tag).
Example:[charaName name="Producer"]
- Tag Name:
charaName
- Attribute:
name
(with the value"Producer"
)
Configuration
The Capture Tags and Attributes feature enables you to extract strings from specific script tags and display them in spreadsheet cells for easy management.
Example Workflow
Below is a sample .ks
file viewed in a text editor:

Note the [showStatus]
tag containing dynamic variables (stat1
and stat2
).
To capture these values:
- Tag:
[showStatus]
- Attributes:
stat1
,stat2
Configure the settings as shown:

Result:
The extracted values from [showStatus]
tags will populate separate cells in your project spreadsheet.
