Nim the Dialga
Member
Just wondering, does that code account for any pokemon species that don't have any alternate forms? Like some pokemon have alt forms, others don't, does it know to only "makealt" if the pokemon HAS an alt form? I think that would be something important to include, if it isn't already.

edit: I believe this code that you included was what I'm looking for.....?:
@alt=true if FileTest.exist?(filename)
edit: I believe this code that you included was what I'm looking for.....?:
@alt=true if FileTest.exist?(filename)