Untitled
unknown
plain_text
3 years ago
166 B
9
Indexable
local monster_pos = {x = 1000, y = 1000, z = 7, stackpos = 253}
if msgcontains(msg, "creame un demon") then
doCreateMonster("Demon", monster_pos)
endEditor is loading...
local monster_pos = {x = 1000, y = 1000, z = 7, stackpos = 253}
if msgcontains(msg, "creame un demon") then
doCreateMonster("Demon", monster_pos)
end