mob
var/list/skills
New()
skills=new(new/skill/Fireball())
skill
Fireball
verb/Use()
set src in usr/skills //<----
//rest of code here
that's my simple question. Will this work?
ID:269547
Jul 30 2005, 11:23 am
|
|
mob that's my simple question. Will this work? |
Jul 30 2005, 11:58 am
|
|
No, it would be
|