Greetings,
Long time lurker first time poster.
First off love XMLSpawner best thing ever, until recently I have really only used it for basic stuff like spawning things and have not done alot with quests, puzzles and the like..
Down to the issue:
I am looking to use a

to spawn 6

's 5 of those do not need anything added as basically they will do nothing anyway or I may choose to change that once/if you can assit me..
I have two spawns in the spawner that will spawn the
5x that just spawn simplelever
1x that I am trying to spawn a simple lever and link it and applie a property.
The lever is basically to be spawned and linked to a

that will trigger a sequential spawn and a series of events, that part I have working..
This issue is with spawning and linking a lever..
Currently I have something along the lines of
#WAYPOINT,WayPointName,0 ; simplelever/ (This is where I am getting stuck)I need to set the Target1Item & Target1ItemProperty but can not figure out how to spawn the lever with the serial to link the item and apply the /Running/true property to the target spawner.
Everything I have tried seems to direct me to Target1Item being Invalid

The idea is a player enters a room and is locked in and must find the right lever to proceed,
I do say I will booby trap one just to make it interesting

Thanks in advance for your assistance.