space-game001/resources/start.py
Vladislav Khorev 63c9d7b35b Adding scripts
2026-04-03 19:46:43 +03:00

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)