Demosthenes2k8
Member
I tried everything I know, but when I add a character, even if it stays 2+ under the limit, I get an error on line 46: compairison of Fixnum with nil failed. The line is
directly from the thing. Can anyone help?
EDIT: Never mind, fixed it.
Code:
if @actors.size < @max_members and not @actors.include?(actor_id)
EDIT: Never mind, fixed it.