Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: redtempest
« on: July 02, 2004, 11:03:56 PM »

Yeah, solved it. Thanks. (Jason was trying to confuse me with information overload. :) )
Posted by: Rastor
« on: July 02, 2004, 12:50:16 PM »

All that will do is return True if CHARNAME is not named Anomen.  IsGabber() is the best thing to use for what you are trying to do.
Posted by: jcompton
« on: July 02, 2004, 12:51:11 AM »

This is the result of a bit of communication between Ms. Tempest and myself.

I'm pretty sure she wants IsGabber() for this. She wanted !Name for something else. :)
Posted by: neriana
« on: July 02, 2004, 12:22:30 AM »

! = not. What exactly are you trying to do, by the way?
Posted by: redtempest
« on: July 01, 2004, 11:51:38 PM »

Say, for example:
"I am Anomen Delryn, Priest of Helm and Romantic Lover Extraordinaire."
How could I script this so that this option only shows up if the speaker is Anomen?
I've tried

IF ~!Name("Anomen",Player1)~ THEN REPLY

But it doesn't seem to work.  :-[