Untitled

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