I’m doing the Domination Template, but when I enter the verse on the page, I get an error.
I’m new to this, so I don’t know what the error is or what I need to change.
URL:Deserted: Domination Template | Unreal Editor for Fortnite Documentation | Epic Developer Community
(197,85, 197,104) : Script error 3506: Unknown identifier DominationSpawnTags
.
(207,14, 207,33) : Script error 3506: Unknown identifier DominationSpawnTags
.
(209,14, 209,33) : Script error 3506: Unknown identifier DominationSpawnTags
.
(211,14, 211,33) : Script error 3506: Unknown identifier DominationSpawnTags
.
(223,83, 223,86) : Script warning 2011: This expression in the right operand of ‘set … = …’ can fail, but the meaning of failure here will change in a future version of Verse. To preserve the current meaning of this code in future versions of Verse, you should move the expression that can fail outside the ‘set’.
For example, if you have the expression:
set Variable = ExpressionThatMightFail,
you can change it to the following two expressions to preserve the meaning:
Value := ExpressionThatMightFail
set Variable = Value
(269,33, 269,52) : Script error 3506: Unknown identifier DominationSpawnTags
.