mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
Comment elaboration.
This commit is contained in:
parent
2cc3d98810
commit
0ad8c88c22
2 changed files with 4 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ class EvenniaBasicObject(object):
|
|||
most Python objects. This is only called when the script parent is
|
||||
cached or recalled on an object. This means that this function is not
|
||||
called until someone does something to warrant calling get_scriptlink().
|
||||
This happens very often, so nothing too intense should be done here.
|
||||
|
||||
If you're wanting to do something on object/player creation, override
|
||||
at_object_creation() (in basicobject.py) or at_player_creation()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue