I looked into the examplescript.pys and i found some functions were defined in it,such as :
My question is :
Will this function be performed automatically while the world be open?
or how can i make it be performed automatically when the world be open?
# ---------------------------------------------------------
# Example showing running a script on world open
# ---------------------------------------------------------
def OnWorldOpen ():
world.Note ("---------- World Open ------------")
...
My question is :
Will this function be performed automatically while the world be open?
or how can i make it be performed automatically when the world be open?