into usr.boxcolor?
without doing this for every one.
obj/var
boxcolor = "blue"
mob/var
boxcolor = "red"
obj/person
icon = 'person.dmi'
verb
Talk()
set src in view(1)
boxcolor = usr.boxcolor
ID:163172
Oct 1 2007, 10:37 am (Edited on Oct 1 2007, 11:20 am)
|
|
How can I make all objects var/boxcolor that the mob talks to
into usr.boxcolor? without doing this for every one. obj/var |
Oct 1 2007, 10:46 am
|
|
Uhh... What do you mean? "objects var/boxcolor" is kinda confusing.
|