Jump to content


can this be used with ahk?


  • Please log in to reply
1 reply to this topic

#1 Guest

Guest
  • Guests

Posted 03 July 2012 - 05:42 AM

this is part of a script i found
can it be used with ahk

158=Node,32238,31103,5,,
159=Stand,32247,31106,5,,
160=Action,32247,31107,6,if (islocation() == false) {
gotolabel("28");
}
,location
161=Stand,32249,31110,6,,29
162=Action,32250,31110,7,if (islocation() == false) {
gotolabel("29");
}
,location
163=Node,32258,31118,7,,
164=Node,32268,31126,7,,


#2 fragman

fragman
  • Members
  • 1591 posts

Posted 03 July 2012 - 07:43 AM

That in itself is not executable because it is obviously missing code. It's also not an AHK script, so you would have to rewrite it to do what it intends to do.