Advertisement
nio_kasgami

New AI personality configurations

Jun 9th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.12 KB | None | 0 0
  1. def personality_type(ai_id)
  2. case ai_id
  3. when 0
  4. return default_ai
  5. when 1
  6. return caith
  7. else
  8. return default_ai
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement