Skip to content
Luxembourg edited this page Mar 20, 2013 · 4 revisions

@create

command: @create <name> [=<cost>]

creates a thing with the specified name. creation costs either <cost> or 10 coins, whichever is greater. the value of a thing is proportional to its cost, specifically, value=(cost/5)-1. the value may not be greater than 100, values that would be greater than 100 are rounded down to 100.

related topics: @destroy, object types

Clone this wiki locally