I want a verb that calls the pet to my location, the pets code right now is:
mob
normalpet
var/Owner
verb
Tame()
set src in oview(1)
src.Owner = usr.ckey
usr << "You adopted a chao!"
Inspect()
set src in oview()
if(src.Owner)
usr << "This pet belongs to [src.Owner]."
else
usr << "This pet is wild."
icon = 'smile.dmi'
icon_state = "normal"
turf
Click()
for(var/mob/normalpet/P in world)
if(P.Owner == usr.key)
walk_to(P,src,0,6)
break
Gimme a call() verb
ID:178257
Jun 4 2002, 12:49 pm
|
|
#3 Jun 4 2002, 5:05 pm
|
||
Airjoe wrote:
Gimme a call() verb Say please?
- RaeKwon | ||
#4 Jun 4 2002, 5:11 pm
|
|
Talk about demanding. Are you an only child?
| |

Lummox JR