View Single Post
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old December 7th, 2020, 02:53 PM
To see that, use the "debug selection tasks" to examine when the very first task is on the lpT2KStreetKid pick is - it'll be after Initialization/10000, and it needs to be at or before that time. A blank script works to solve this:

Code:
<eval index="1" phase="Initialization" priority="9500">
   <before name="the script on lpCustom that's at 10000"/><![CDATA[
   ~empty script, but earlier than scripts on the picks in this gizmo
   ]]></eval>
Mathias is online now   #13 Reply With Quote