Whisper(M as mob in world, msg as text)
set category = "Social"
set name = "Whisper"
src = usr
M<<"[usr.name] whisper to you: [msg]"
Problem description:
OK so the code i have now will give in pop up all mobs that are in world, right? Right, and i would like it to make so it give only the mob's that var player=1 .
And ofcours i dont know what arg should i use it.. :/
Whisper(M as player in world, msg as text)
set category = "Social"
set name = "Whisper"
src = usr
M<<"[usr.name] whisper to you: [msg]"
ive tried that way but it didnt worked...any ideas?