docs: Fixed npc.py

This commit is contained in:
AURUMVORXX
2024-11-09 20:20:32 +03:00
parent ae7f2831a3
commit 215c74561d

View File

@@ -17,7 +17,7 @@ def clearNpcActions(npc_id : int):
def createNpc(name : str, instance : str = 'PC_HERO') -> int: def createNpc(name : str, instance : str = 'PC_HERO') -> int:
""" """
!!! note !!! note
By default npcs won't be added to world. In order to do that, you have to call **TBD**. By default npcs won't be added to world. In order to do that, you have to call [spawnPlayer](../player/spawnPlayer.md).
!!! note !!! note
Remote NPC id will always begins from max slots value. Remote NPC id will always begins from max slots value.
This function creates remote NPC. This function creates remote NPC.