In CharGen, as soon as I come out of that door right there from the slave ship, I want that guard to say a line of dialogue like "well well, look at you" or something. I want it to appear as a message box, not a dialogue box. And I want to have a couple options to either ignore him or slap him or something.
http://img706.imageshack.us/img706/9169/34162832.jpg
So I tried this and his dialogue box just kept popping up over and over and over and over and over continuously.
Begin ICMQ_TouchyGuardshort statefloat timerif ( MenuMode == 1 ) returnendifif ( OnActivate >= 1 ) returnendifif ( state == 0 ) if ( GetDistance Player < 130 ) Forcegreeting endifendifif ( state == 1 );Initiated in Dialogue box MessageBox "Well well, look at you." "Just keep walking.", "Slap him."endifendifif ( CharGenState == -1 ) disable"ICMQ_ship guard 05"->disableendifendifEnd
I don't know crap about scripting. But I want it to say something like: You feel the guard push you on the shoulder. "Well well, look at you."
And then I want to have a couple options to click as to what your response will be. I'm getting these ideas from the Immersive Chargen mod.
This shouldn't be too hard for you scripting gurus. lol