module Gamefic::Scripting::Entities
def pick *args
-
(Gamefic::Entity, nil)
-
def pick *args matches = find(*args) return nil unless matches.one? matches.first end
(Gamefic::Entity, nil)
-
def pick *args matches = find(*args) return nil unless matches.one? matches.first end