I got another question regarding Scripting | Krusher | Wednesday, December 29, 1999 |
The following script keeps returning me the message "VOID" Could you Please Help me... talk("/w " + paramAfter(1) + " You are currently being challenged by " + getName(), 1 +" will you accept or decline, Please Whisper response to " + getName(), 1 +" ) |
||
Re: I got another question regarding Scripting | SubSpace | Tuesday, January 4, 2000 |
> The following script keeps returning me the message "VOID" > Could you Please Help me... > talk("/w " + paramAfter(1) + " You are currently being
Try whisper("You are being challenged by " + getName() + ", will you accept or decline", paramWord(1)) whisper("Please whisper response to " + getName(), paramWord(1)) SubSpace |
||