Corentin Cailleaud
commited on
Commit
·
18312fb
1
Parent(s):
bfd6e0e
cubzh.lua
CHANGED
@@ -363,6 +363,7 @@ if IsClient then
|
|
363 |
NPC.avatar:SetParent(NPC.object.avatarContainer)
|
364 |
|
365 |
NPC.name = name
|
|
|
366 |
|
367 |
NPC.object.onIdle = function()
|
368 |
local animations = NPC.avatar.Animations
|
|
|
363 |
NPC.avatar:SetParent(NPC.object.avatarContainer)
|
364 |
|
365 |
NPC.name = name
|
366 |
+
NPC.gameName = gameName
|
367 |
|
368 |
NPC.object.onIdle = function()
|
369 |
local animations = NPC.avatar.Animations
|