Add Script Line
| Category: Scripting | ||
| Command: script.lineAdd | ||
| Description | ||
|
Add a new line to a script.
|
||
| Parameters | ||
|
line
The line to add to the script.
index
Line number to insert the new line at, or -1 for the end of the script.
|
||
| Example Code | ||
|
script.lineAdd {item.name "myName"}
|
||
| Remarks | ||
|
None
|
||
| Queryable? Unknown |