Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

How to?


DnC Games
 Share

Recommended Posts

hi again everyone i was wondering how would i get vbkeyTab to target the nearest npc if any one can give me some code to show me what i need to do to get this to work that would be really great thank you

exampl of the way i think some of the code would be:

```
If GetKeyState(vbKeyTab) < 0 Then
        'code to target npc goes here
    Else
        addText("There are no NPC's near you to target", BrightCyan)
    End If
```
for any help thanks in advanced
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...