it would be good if you can get these done.
1).Housing system where player can buy their houses and customise them.
2).Training Area where player can train them to gain level, strength HP.
3).Showing name under player.
There are still more to come.
ID:837682
Jun 27 2012, 12:15 am
|
|||||||
Not Feasible
| |||||||
While this is something a lot of BYOND games might have and it sounds like it's something you need for your game, very few actual games have player houses. It's also something that the framework doesn't have to provide since there's nothing library-specific about it - any housing system can work with it. Even putting together an example is a pretty low priority.
That's up to the game. If you want a training area in your game, make one. The framework doesn't have any concept of stats so there's nothing it can provide for training to boost your stats.
This is something you can easily add to any game. The Overlays library has an example of this, it takes just a few lines of code.