would it be like
mob/schoolboy
src += typesof(/obj/schoolboy)
?
help please :)
ID:158600
Jul 31 2009, 4:57 pm
|
|
how do i make specific classes start with items (ie - magician starts with a wand, schoolboy starts with a yo-yo)
would it be like mob/schoolboy ? help please :) |
In response to Galacticus
|
|
That's not gonna work, because you can't add lists as singular objects.
|
Where Do I Put My Code?
How I'd do it: mob/schoolboy |
Look up the New() proc.