Majik01
New Member
- Joined
- Jan 16, 2013
- Messages
- 99
OK very new to programming here, I wanted to see if I could write a very basic plugin to auto loot when combat ends. I'm using Twists Template (Thanks Twist) but cant seem to find out where to look, any help would be awesome, Is there a resource I can look at to show me commands I can use?
I'm thinking it needs to be something like
- is my Vacuum key.
I'm thinking it needs to be something like
Code:
if (Me.Combat.Ends)
return SendKeys.Send("-")
- is my Vacuum key.