Is there a way to change gather Slot # within a Scenario?
IE
BTN_15_Western Thanalan_23-23 <<< This is my Grid/Preset name
This node contains
2-Ogre Pumpkin, <<< Preset defaults to Slot #2 Ogre Pumpkin
3-Garlean Garlic,
8-Wild Onion
Instead of having x3 Gather Presets for the 3 items,
I could have x1 Scenario Like this:
GatherPreset(BTN_15_Western Thanalan_23-23)
TeleportIf(Horizon)
Waypoint(19)
RepairNpc()
// [2] Ogre Pumpkin
// >>> Preset Default <<<
// [3] Garlean Garlic
//GatherSlot(3)
// [8] Wild Onion
//GatherSlot(8)
Gather(400)
RepeatAll(5)
All i would have to do is remove the // by //GatherSlot(8) to gather Wild Onion
So I hope i explained it right
Anyway, is there a GatherSlot() Scenario function?