RemoveGM_lv_7(mob/M in world) // Remove a GM
M << alert("[src] has just taken away your Admin skills.") //The player gets told that he/she has had their GM Skills removed by the user.
src << alert("You have just taken away [M]s Admin skills.")
ID:170600
Jan 4 2005, 5:14 pm
|
|
im having a problem with src<< alert(
|
Jan 4 2005, 5:16 pm
|
|
Its alert(M,"") and alert(src,"")
|
Alert is a special proc that defaults to usr.
RemoveGM_lv_7(mob/M in world) // Remove a GM That should work good, but you should put in some check to make sure that they can't remove you or maybe the host or something like that. |
In response to N1ghtW1ng
|
|
You dont so src << alert() just alert(src,"")
|
In response to Dession
|
|
Whoops, didn't fix that. I just copied and pasted from his.
|
In response to N1ghtW1ng
|
|
there is dont worry
|