- Joined
- Jun 13, 2008
- Messages
- 132
Hi there, I am making a spell to help some guy on Hive but I am having a strange issue with this: the spell is Skewer, I have my trigger that runs every 0.01 seconds and creates the TempGroup based on a TempPoint, all is ok there, I try to add the units from the TempGroup to my SkewerGroup using pick every unit in TempGroup and then in actions if SkewerInteger is less than 1x level of Skewer for SkewerUnit then add picked unit to SkewerGroup and SkewerInteger = SkewerInteger +1. The problem is that it seems that even with this SkewerGroup seems to be always empty, what is happening?.