Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate

can this be used with ahk?


  • Please log in to reply
1 reply to this topic
Guest
  • Guests
  • Last active:
  • Joined: --
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,,


fragman
  • Members
  • 1591 posts
  • Last active: Nov 12 2012 08:51 PM
  • Joined: 13 Oct 2009
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.