I need help modifying this code:
mob/Click()
missile(/obj/bullet, usr, loc)
so that /obj/bullet goes to all targets, not just mobs.
ID:174643
Jul 29 2003, 7:28 am
|
|
I am not 100% certain this is the right place, but anyway:
I need help modifying this code: mob/Click() so that /obj/bullet goes to all targets, not just mobs. |
Jul 29 2003, 10:38 am
|
|
change it from mob to atom, atom represent mobs, objs, areas and turfs
|
In response to FranquiBoy
|
|
FranquiBoy wrote:
change it from mob to atom, atom represent mobs, objs, areas and turfs It didn't work. It still only shoots mobs. atom/Click() |
In response to Drafonis
|
|
Do you need the usr, loc maybe you dont need that or maybe it makes it go to only users
|