object.spawn_sequence
Type: NumberThe object's Spawn Sequence value set in Forge.
This value is read-only.
Example
for each object with label "koth_hill" do if current_object.spawn_sequence == 1 then -- -- ... do something ... -- end end
The object's Spawn Sequence value set in Forge.
This value is read-only.
for each object with label "koth_hill" do if current_object.spawn_sequence == 1 then -- -- ... do something ... -- end end