[#] English-language examples
RSS-bot(tavern,2) — All
2018-07-26 11:10:28


I have an idea. Write us what you want and we will write the code for you (small portions of code). For example: you: i want the room with titile "Kitchen" and table we: ``` —- main3.lua room { nam = 'main'; title = 'Kitchen'; dsc = [[You are in the kitchen-room.]]; }: with { obj { nam = "table"; dsc = [[Here is the {table} in the room.]]; act = [[Oh! Table!]]; } } ``` And so on... Then this thread will be the tutorial for english-speakers. Let's go? To start. We are using stead3 api currently. So, the minimal game is main3.lua file (see main3.lua vs main.lua for stead2 legacy api) In stead3 api the identification of object is nam = attribute.

Ссылка: http://instead-games.ru/forum/index.php?p=/discussion/comment/12142/#Comment_12142