From 215c74561d1ef4337257ae4a98660638bbe2cbba Mon Sep 17 00:00:00 2001 From: AURUMVORXX Date: Sat, 9 Nov 2024 20:20:32 +0300 Subject: [PATCH] docs: Fixed npc.py --- g2o/functions/npc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g2o/functions/npc.py b/g2o/functions/npc.py index 9bc17c3..63eb8cd 100644 --- a/g2o/functions/npc.py +++ b/g2o/functions/npc.py @@ -17,7 +17,7 @@ def clearNpcActions(npc_id : int): def createNpc(name : str, instance : str = 'PC_HERO') -> int: """ !!! 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 Remote NPC id will always begins from max slots value. This function creates remote NPC.