ID:159345
 
I don't need the code, but I need a basic rundown on how sending out is going to be possible. I don't know how I can go about do it, can you set me on the right track?
Im assuming you get them they're in your inventory or what ever. Move the mob from your inventory to your loc?
mob/pkmn/verb/send_out()
set src in usr.contents
Move(usr.loc)

I figured it out myself, thank you.