Ex:
mob/proc/Fight()
Die()
obj
attack
icon = 'Turfs.dmi'
icon_state = "attack"
screen_loc="SOUTH,WEST" //Sets where the obj will apear on the screen
Click()
src.Fight()//doesnt work what do i do
ID:171530
![]() Sep 11 2004, 8:51 am
|
|
How can I call my Fight proc from an obj if the proc is a mob proc?
Ex: mob/proc/Fight() |
![]() Sep 11 2004, 8:58 am
|
|
usr is allowed in Click(). It refers to whoever did the clicking.
|
U tell my "Codingskillz" that..............U thought i cant make a bug out of the easiest Thing! i can prove u all wrong o.o'
|
No, actually, verbs ARE procs that have the behavior of being automatically added to the verbs list.
|
ohhhhhhhhh.....Oh well....all i can say is......which any1 can agree too...i'm a noob o_o......and pheer us! ._.
|