(fate_version 1) (require types/creature.fate) (global (list creature) monster_templates) (global (lambda creature ()) random_creature) (set random_creature (lambda () (access (rand 0 (size monster_templates)) monster_templates)) ) (