mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Tweak @create help to provide a working example as intended.
The rest of the documentation for this command should probably be audited, but the copy-paste method of experimentation works now.
This commit is contained in:
parent
9459178c43
commit
04ae472e1a
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ class CmdCreate(ObjManipCommand):
|
|||
game/gamesrc/types/examples/red_button.py, you could create a new
|
||||
object of this type like this:
|
||||
|
||||
@create button;red : examples.red_button
|
||||
@create button;red : examples.red_button.RedButton
|
||||
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue