ID:266536
 
Add_Member(mob/M in world)
set category = "Gang"
if(alert("[usr] Wants You To Join His Gang?","Join A Clan:","Yes","No") == "Yes")
M.Clan = usr.Clan

how do i fix it so it asks the other guy the question
Look it up in the reference.. <nobr><code>alert(usr,"hi")</code></ nobr> would make it go to the usr. Get what I'm sayin?

-Rcet
In response to Rcet
didnt help
In response to Thief Jack
Thief jack wrote:
didnt help

I'll give you a hint. Rather than using 'usr' in his example, try sending it to the other guy.
In response to Spuzzum
I've tried M.alert mob.alert and i dont know what to do now....
In response to Thief Jack
Read alert() in the reference and keep reading it until you see what they're talking about.
In response to Thief Jack
More like,

alert(M,"fgf")
In response to Super16
OOOH thanks super