Untitled

 avatar
unknown
plain_text
a year ago
148 B
3
Indexable
        if creature[cid] and creature[cid] == 1 then
            creature[cid] = 0
            return true
        end
        creature[cid] = 1
Leave a Comment