First commit

This commit is contained in:
2025-02-26 13:42:34 +01:00
commit f465c9072c
2467 changed files with 426214 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
local text = {
"Grrr!",
"<click>",
"Shhh!",
"I SMELL FEEEEAAAAAR!",
"CHAMEK ATH UTHUL ARAK!",
"469",
"LET ME OUT!",
"Sacrifice!",
"More! More!"
}
function onThink(interval, lastExecution)
Position({x=32095, y=32216, z=7}):sendMonsterSay(text[math.random(#text)])
return true
end