Even more 'format' -> 'value' conversions;...
...this should hopefully take care of all of them.
This commit is contained in:
parent
d498dce810
commit
41c78d8c16
3 changed files with 6 additions and 6 deletions
|
@ -37,7 +37,7 @@
|
|||
variable=random_placement_locations
|
||||
[/store_locations]
|
||||
|
||||
{VARIABLE_OP random_string format "0..$random_placement_locations.length"}
|
||||
{VARIABLE_OP random_string value "0..$random_placement_locations.length"}
|
||||
|
||||
{VARIABLE REPEAT_i 0}
|
||||
|
||||
|
@ -53,8 +53,8 @@
|
|||
rand=$random_string
|
||||
[/set_variable]
|
||||
|
||||
{VARIABLE_OP random_placement_x format "$random_placement_locations[$random_subscript].x"}
|
||||
{VARIABLE_OP random_placement_y format "$random_placement_locations[$random_subscript].y"}
|
||||
{VARIABLE_OP random_placement_x value "$random_placement_locations[$random_subscript].x"}
|
||||
{VARIABLE_OP random_placement_y value "$random_placement_locations[$random_subscript].y"}
|
||||
|
||||
[item]
|
||||
image={IMAGE}
|
||||
|
|
|
@ -235,7 +235,7 @@
|
|||
|
||||
[set_variable]
|
||||
name={TO_VAR_NAME}
|
||||
format=$STORE_UNIT_VAR_store.{VAR}
|
||||
value=$STORE_UNIT_VAR_store.{VAR}
|
||||
[/set_variable]
|
||||
|
||||
[clear_variable]
|
||||
|
|
|
@ -284,8 +284,8 @@
|
|||
y=$MOVE_UNIT_temp.y
|
||||
[/scroll_to]
|
||||
|
||||
{VARIABLE_OP MOVE_UNIT_path_coords_x format ("$MOVE_UNIT_temp.x|,{TO_X}")}
|
||||
{VARIABLE_OP MOVE_UNIT_path_coords_y format ("$MOVE_UNIT_temp.y|,{TO_Y}")}
|
||||
{VARIABLE_OP MOVE_UNIT_path_coords_x value ("$MOVE_UNIT_temp.x|,{TO_X}")}
|
||||
{VARIABLE_OP MOVE_UNIT_path_coords_y value ("$MOVE_UNIT_temp.y|,{TO_Y}")}
|
||||
|
||||
[if]
|
||||
[variable]
|
||||
|
|
Loading…
Add table
Reference in a new issue