1
0
Fork 0
forked from Simnation/Main

Update main.lua

This commit is contained in:
Miho931 2025-06-25 12:53:17 +02:00
parent e9a8ed428b
commit a2fe329c9b

View file

@ -80,6 +80,7 @@ CreateThread(function()
local spawnDistance = v.NPC.distance
if dist < spawnDistance and not isNPCSpawned then
print(isNPCSpawned)
CurrentZone = v
SpawnGuardNPC(v.NPC)
Wait(300)