Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
166 B
3
Indexable
Never
    local monster_pos = {x = 1000, y = 1000, z = 7, stackpos = 253}
	if msgcontains(msg, "creame un demon") then
        doCreateMonster("Demon", monster_pos)
    end