by regenerator » Sun Oct 18, 2020 2:22 pm
Okay so in the "Custom Plays XML" box I have this -
<Playbooks>
<Playbook Name="Custom" Type="Offense">
<Plays>
<Play Freq="5" Formation="WishBone" Name="Power Dive" Type="Run" OffScheme="Power" RunPref ="Inside" BaseForm ="true">
<Slot ID="0" Action="QB">
<Path>
<Action Type="Dive" />
</Path>
</Slot>
<Slot ID="1" Pct="50">
<Path>
<Action Type="Dive" />
</Path>
</Slot>
<Slot ID="2" Pct="10">
<Path>
<Action Type="Run Block Center" />
</Path>
</Slot>
<Slot ID="3" Pct="50">
<Path>
<Action Type="Dive" />
</Path>
</Slot>
<Slot ID="4">
<Path>
<Action Type="Run Block Center" />
</Path>
</Slot>
<Slot ID="5">
<Path>
<Action Type="Run Block Center" />
</Path>
</Slot>
<Slot ID="6">
<Path>
<Action Type="Run Block Left" />
</Path>
</Slot>
<Slot ID="7">
<Path>
<Action Type="Run Block Left" />
</Path>
</Slot>
<Slot ID="8">
<Path>
<Action Type="Run Block Left" />
</Path>
</Slot>
<Slot ID="9">
<Path>
<Action Type="Run Block Left" />
</Path>
</Slot>
<Slot ID="10">
<Path>
<Action Type="Run Block Left" />
</Path>
</Slot>
</Play>
</Plays>
</Playbook>
<Playbook Name="Custom" Type="Defense">
<Plays>
</Plays>
</Playbook>
</Playbooks>
Then Click "Submit" button in lower left and this Wishbone play should now be available as a play to add to custom playbooks, correct?
I click submit, I get a pop up "Players Updated", but when I go to customize a playbook and add a wishbone play, I don't see it there.