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

Item pick up


Jayr867
 Share

Recommended Posts

I didn't test this but I think you can just do it like this.. In **modInput** in CheckInputKeys find this line:

> ShiftDown = True

Under that line add:
```
CheckMapGetItem
```
Then scroll down till you see: "**CheckMapGetItem**" its under **If GetKeyState(vbKeyReturn) < 0 Then**
You can delete that **checkmapgetitem** i think. That will make it so the enter key doesnt pick up items anymore.

Also find sub CheckMapGetItem and I think you can remove the line (though I don't think you have to):

> If Trim$(MyText) = vbNullString Then

and remove the first end if a couple lines done and that should work.. If I'm wrong let me know =p
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...