5 lines
124 B
Python
5 lines
124 B
Python
import game_api
|
|
|
|
# Tell NPC 0 to walk to the origin (0, 0, 0) when the game starts.
|
|
game_api.npc_walk_to(0, 10.0, 0.0, 0.0)
|