Multiple money types
Posted: Sat Feb 08, 2003 6:49 am
I run into quite a few bugs (one in particular being that I made a 2nd major encounter TOO hard). I'll have to try it without the debug mode on and see how much harder it is. If its TOO hard I may put in a few grenades, explosives, or mines for the player to mess with. I guess it depends on which would be the most helpful at the time.
Oh, I also made my first trader. My trade system worked just fine. I can put up a screenshot if you guys want proof. Anyway all you have to do is make the entity have pullTabs for the display name. Your main form of currency should have a description telling what the other currencies are equal to. As for the other currencies, you have their display name as pullTabs BUT you can give them a custom name. They will have their own name but a description wont show up. I think it may be possible to include the name and description in the items.txt file that matches the custom name but it is somewhat doubtful that would work. Although it puzzles me that it replaces the item name and erases the original description. Not a big deal though. You could probably even get away without a custom name if you just name pullTabs in your items.txt file something generic like Currency and then describe all the items in that single description.
The main thing is that they all have the pullTabs display name. That way their value will not fluctuate but you can have different entities with the same display name.. cool huh?
I'll try to test and see which method looks best.
Oh, I also made my first trader. My trade system worked just fine. I can put up a screenshot if you guys want proof. Anyway all you have to do is make the entity have pullTabs for the display name. Your main form of currency should have a description telling what the other currencies are equal to. As for the other currencies, you have their display name as pullTabs BUT you can give them a custom name. They will have their own name but a description wont show up. I think it may be possible to include the name and description in the items.txt file that matches the custom name but it is somewhat doubtful that would work. Although it puzzles me that it replaces the item name and erases the original description. Not a big deal though. You could probably even get away without a custom name if you just name pullTabs in your items.txt file something generic like Currency and then describe all the items in that single description.
The main thing is that they all have the pullTabs display name. That way their value will not fluctuate but you can have different entities with the same display name.. cool huh?
I'll try to test and see which method looks best.