Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def monster_select():
- monster_pointer = [0,goblin,blackgoblin,magegoblin,summonergoblin,wolfyoung,wolfold,molerat,flasheater,kelpie,skylight]
- monster_select = ri(1,10)
- print('Summoned monster: ')
- monster_pointer[monster_select].printstats()
- return monster_pointer[monster_select]
- monster_helper = monster_select()
Advertisement
Add Comment
Please, Sign In to add comment