From 45746fc3152fee34d4d217d315698711714a051f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= Date: Tue, 19 Mar 2024 18:30:10 +0100 Subject: [PATCH] docs: Tweaked reference to 'Add Output Index' script --- docs/manual/automapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/automapping.md b/docs/manual/automapping.md index 2085e8828b..4c48753343 100644 --- a/docs/manual/automapping.md +++ b/docs/manual/automapping.md @@ -408,7 +408,7 @@ If you'd like to instead update your rules to not rely on any legacy behavior, t * If you have rules that rely on some output indices being empty to randomly not make any changes, you will need to place [**Ignore** special tiles](#specialtiles) in at least one layer of each empty output index so that those indices aren't ignored. Alternatively, you can use [`rule_options`](#object-properties) to give those rules a chance to not run at all. -* If you had rules with random output, but did not specify an index for one of the outputs, this part of the rule's output is now excluded from the options and applied unconditionally instead. If all outputs should be random options, make sure they all have an index. You can update your existing rule maps using the "[Add Output Index](https://github.com/mapeditor/tiled-extensions/blob/master/AddOutputIndex.js)" script by eishiya. +* If you had rules with random output, but did not specify an index for one of the outputs, this part of the rule's output is now excluded from the options and applied unconditionally instead. If all outputs should be random options, make sure they all have an index. You can automate updating your existing rule maps with the "[Add Output Index](https://github.com/mapeditor/tiled-extensions/blob/master/AddOutputIndex.js)" script. ## Credits