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

Directional Error


Kemerd
 Share

Recommended Posts

I have my game and all, and everytime I try to move, it errors out on the directional blocking check line. Subscript 9.

```

If isDirBlocked(Map.Tile(GetPlayerX(MyIndex), GetPlayerY(MyIndex)).DirBlock, direction + 1) Then

```

in modGameLogic. I already tried replacing the module with a fresh version, but that didn't work. Help?
Link to comment
Share on other sites

He means subscript 9 is the error it brings up..

Run your client through vb6 in debug mode and tell us what line the error relates to. This isn't something default with your engine so it has to be a change you've made and just telling us the base error number wont help us fix the problem at all…
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...