mob
verb
slap(mob/M in oview(1))
view() << "[usr] slaps [M]"
whats wrong with this?
ID:266810
Jul 8 2002, 7:28 pm
|
|
Jul 8 2002, 7:31 pm
|
|
Well what's not working?
|
In response to Super16
|
|
just dont ;\ it gives an error and I cant figure out why
says invalid expression |
In response to Jerry Springer
|
|
On what line does it give the error?
|
In response to ShadowSiientx
|
|
What you should have is view(src)
|
In response to Super16
|
|
Super16 wrote:
What you should have is view(src) Nope, regular view() is actually best here, since because it's a verb we're working with usr, the default. Lummox JR |