Add files via upload

This commit is contained in:
Dinkledork
2023-03-23 03:43:10 -06:00
committed by GitHub
parent 33af0ca7a7
commit 31675bea31

View File

@@ -1,5 +1,10 @@
function MurkyOnSpawn(event, creature)
local playerName = creature:GetOwner():GetName()
local owner = creature:GetOwner()
if not owner then
return
end
local playerName = owner:GetName()
local dialogue = {
"Mrglglglgl! Murky here, reporting for duty!",
"Mrrrrrrrglglglgl! Murky happy to serve you, " .. playerName .. "!",