... | ... | @@ -75,5 +75,9 @@ This assigns to the target to the line like the assign variable action. The targ |
|
|
|
|
|
> stringVariableReplacement(*string*)
|
|
|
|
|
|
With a string, replace any variables within. Example: `stringVariableReplacement("This card is called $title. It has an attack power of $atk and a health of $health.")`
|
|
|
With a string, replace any variables within. Example:
|
|
|
|
|
|
```
|
|
|
stringVariableReplacement("This card is called $title. It has an attack power of $atk and a health of $health.")
|
|
|
```
|
|
|
|