Just looking for a few suggestions on where to look since I'm pressed for time at the moment. About to go in for tests, so no time to research into the code tonight.
1. Would it be possible to remove that "." when targeting the 2nd,3rd,4th mob, npc, object whatever. Not that it's a big deal but 2.orc seems extraneous when I've seen several "pay" muds that allow you to just type "kill 2 orc" or "kill 2nd orc". Seems to me would be more natural to the players. Just wondering how ingrained in the code it is and if I would break it if touched. Or would it be easier to use aliases?
2. Would like to set teleport so that a mage controls where he lands. Like allow the mage to memorize certain rooms and later choose what room he would like to go to. To limit this was thinking of only 3-5 memory slots available to the mage to teleport to. Now would this be just something I can add to Char data? Maybe make it dependent on Int. how many rooms they can memorize.
1. Would it be possible to remove that "." when targeting the 2nd,3rd,4th mob, npc, object whatever. Not that it's a big deal but 2.orc seems extraneous when I've seen several "pay" muds that allow you to just type "kill 2 orc" or "kill 2nd orc". Seems to me would be more natural to the players. Just wondering how ingrained in the code it is and if I would break it if touched. Or would it be easier to use aliases?
2. Would like to set teleport so that a mage controls where he lands. Like allow the mage to memorize certain rooms and later choose what room he would like to go to. To limit this was thinking of only 3-5 memory slots available to the mage to teleport to. Now would this be just something I can add to Char data? Maybe make it dependent on Int. how many rooms they can memorize.