forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
e9a8ed428b
commit
a2fe329c9b
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ CreateThread(function()
|
||||||
local spawnDistance = v.NPC.distance
|
local spawnDistance = v.NPC.distance
|
||||||
|
|
||||||
if dist < spawnDistance and not isNPCSpawned then
|
if dist < spawnDistance and not isNPCSpawned then
|
||||||
|
print(isNPCSpawned)
|
||||||
CurrentZone = v
|
CurrentZone = v
|
||||||
SpawnGuardNPC(v.NPC)
|
SpawnGuardNPC(v.NPC)
|
||||||
Wait(300)
|
Wait(300)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue