- Event type
- patch note
- Published
- 2 September 2017 - 15:13:41 UTC
- Source
- steam_community_announcements
Another big update, includes a better example starting level, the fantasy mud from the tutorial. You can launch the old one: load oldgame.adlengine BIG CHANGES: You can now buy / sell objects: A room can be made into a shop: room is a shop OR demoted to a regular room: room is not a shop You need to set an owner of the room: owner is bob To buy or sell an item, the item must have a currency assigned: i.e. treasure.currency = gold And a value given: i.e. treasure.value = 100 IF BUYING you need to have enough of the matching currency. To Buy: buy sword IF SELLING the room needs an owner, the owner needs to be in the room and the owner must have enough of the matching currency available to buy it. To Sell: sell rope When building objects for sale in shops, build them as static objects that cant be taken. i.e. build sword build rope This prevents anyone taking them. The player will automatic...