Update Placeholders authored by Ghmmy's avatar Ghmmy
...@@ -181,6 +181,7 @@ Special Placeholders ...@@ -181,6 +181,7 @@ Special Placeholders
| <target.score.objective> | Returns the targeters score from "objective" | | <target.score.objective> | Returns the targeters score from "objective" |
| <trigger.score.objective> | Returns the score of the trigger from "objective" | | <trigger.score.objective> | Returns the score of the trigger from "objective" |
| <global.score.objective> | Returns the score of fake player: \_\_GLOBAL\_\_ score from "objective" | | <global.score.objective> | Returns the score of fake player: \_\_GLOBAL\_\_ score from "objective" |
| <score.objective.player> | Returns the score of the defined player from "objective" |
| <score.objective.dummyname> | Returns the score of "dummyname" (fake player) from "objective" | | <score.objective.dummyname> | Returns the score of "dummyname" (fake player) from "objective" |
| <random.#to#> | Returns a random integer in the specified range | | <random.#to#> | Returns a random integer in the specified range |
| <random.float.#to#> | Returns a random float number in the specified range | | <random.float.#to#> | Returns a random float number in the specified range |
... ...
......