Click the to give a poster a reputation bump!
0 Members and 1 Guest are viewing this topic.
finditem ZGB G_5IF #FINDKIND <> -1set #ltargetid #findidevent macro 15 36wait 15event macro 22halt
finditem ZGB G_5IF #FINDCNT > 0{ set #ltargetkind 1 set #ltargetid #findid event macro 15 36 wait 15 event macro 22}halt
You might want to be sure you have set #LTARGETKIND to 1, so:Code: [Select]finditem ZGB G_5IF #FINDCNT > 0{ set #ltargetkind 1 set #ltargetid #findid event macro 15 36 wait 15 event macro 22}haltYou can read more about that here:http://wiki.easyuo.com/index.php?title=LTargetKind
finditem ZGB G_5IF #FINDCNT > 0{ set #ltargetkind 1 set #ltargetid #findid event macro 15 36 target 5s event macro 22}halt