Jump to content

Possible Item Switcher.


Message added by TopicLocker3000

This topic was automatically locked after 6 months of inactivity. If you are the topic owner, please contact a moderator to have it unlocked.

Recommended Posts

I had an idea you can set hotkeys for items so click on sword set hot key to 1 then pick hot key 2 shovel hot key 3 etc.

Or a scroll option for items.

current_item += 1;
if (current_item >= weapon_num)
{
current_weapon = 0;
}

Something like that would be very useful.

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Create New...