object.spawn_sequence

Type: Number

The 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