Here's what I want to do.
I know how to make a proc to automatically add a mob to a list, but how would you define it's variables before adding it to the list to make it unique? Such as name, strength, ect.
ID:171690
Aug 21 2004, 10:55 am
|
|
M.name="MOBEE"
var/list/L=list()
L+=M