Well I need to know how to ad a whisper verb.
I've tried several diffrent ways but they either didn't work or the person whispering could only whisper mob's in the same view.
This is what I've got...
whisper (mob/M = input() as text, msg as text in world)
M<< "[usr] whispers: \"[msg]\""
usr << "You whisper \"[msg]\" to [M]"
It works but everytime I compile the project it comes up with this warning...
"it is recommended that you use an object filter or 'anything' when combining constant input types with lists"
and when that piece of code is used a list of every mob, obj and turf comes up but only mobs can be selected to whisper to. So what am I doing wrong?
ID:176418
![]() Jan 16 2003, 11:00 am
|
|
~>Volte