There's another dark elf right next to Jiub in the mod I have. I want to be able to click on him after the guard says "this is where you get off. Come with me" and have him say a line of dialogue. But after that, if I click on him again, I don't want anything to happen. As of right now, his dialogue box starts right away. But after wards, nothing happens when I click on him, which is what I want. But I don't want his dialogue box to start automatically. I want to be able to click on him, have him say what he has to say, and then not have the dialogue box appear thereafter when I click on him again. How can I do that?
This is the script I have. I know it needs revising.
Begin ICMQ_Chargen_Rapistshort noloreshort greetonceIf ( MenuMode == 1 ) returnendifIf ( OnActivate == 1 ) returnendifIf ( GetDisabled == 0 )If ( Greetonce == 0 )If ( GetDistance Player <=83 ) ForceGreeting set greetonce to -1endifendifendifif ( ChargenState == -1 )disableendifEndelseIf ( GetDisabled == 1 )Endendif