Toktok
Hallo Leute ich bins mal wieder.
Hab da ein Problem mit einem Chatter Script.
Hab mir im Netz mal ein Beispiele angeguckt komm damit aber leider nicht klar.Also das sieht so aus ist euch warscheinlich auch schon bekannt.
set c1_00 "set c1_f vstr c1_01; say Hi"
set c1_01 "set c1_f vstr c1_02; say Hello "
set c1_02 "set c1_f vstr c1_03; say Hiya"
set c1_03 "set c1_f vstr c1_04; say Howdy"
set c1_04 "set c1_f vstr c1_05; say Hi "
set c1_05 "set c1_f vstr c1_00; say Greetings"
set c1_f "vstr c1_00" // Default
set c2_00 "set c2_f vstr c2_01; say Bye"
set c2_01 "set c2_f vstr c2_02; say cya"
set c2_02 "set c2_f vstr c2_03; say Later"
set c2_03 "set c2_f vstr c2_04; say Take Care"
set c2_04 "set c2_f vstr c2_05; say cya around"
set c2_05 "set c2_f vstr c2_00; say Good bye "
set c2_f "vstr c2_00" // Default
set c3_00 "set c3_f vstr c3_01; say LoL"
set c3_01 "set c3_f vstr c3_02; say lol "
set c3_02 "set c3_f vstr c3_03; say hahaha"
set c3_03 "set c3_f vstr c3_04; say rofl "
set c3_04 "set c3_f vstr c3_05; say hehehe!"
set c3_05 "set c3_f vstr c3_06; say LOL "
set c3_06 "set c3_f vstr c3_00; say Thats funny!
" set c3_f "vstr c3_00" // Default
set c4_00 "set c4_f vstr c4_01; say Doh!"
set c4_01 "set c4_f vstr c4_02; say oop"
set c4_02 "set c4_f vstr c4_03; say ooof"
set c4_03 "set c4_f vstr c4_04; say uughh "
set c4_04 "set c4_f vstr c4_05; say oops"
set c4_05 "set c4_f vstr c4_06; say woops"
set c4_06 "set c4_f vstr c4_00; say aagghh "
set c4_f "vstr c4_00" // Default
set c5_00 "set c5_f vstr c5_01; say I owe you one"
set c5_01 "set c5_f vstr c5_02; say thx"
set c5_02 "set c5_f vstr c5_03; say Thank You"
set c5_03 "set c5_f vstr c5_04; say T Y"
set c5_04 "set c5_f vstr c5_05; say Merci "
set c5_05 "set c5_f vstr c5_06; say Thanx"
set c5_06 "set c5_f vstr c5_00; say *bows*"
set c5_f "vstr c5_00" // Default
set c6_00 "set c6_f vstr c6_01; say VERY NICE"
set c6_01 "set c6_f vstr c6_02; say FABULOUS"
set c6_02 "set c6_f vstr c6_03; say INCRDEBILE"
set c6_03 "set c6_f vstr c6_04; say STRIKE FOR US"
set c6_04 "set c6_f vstr c6_05; say GREAT SHOT"
set c6_05 "set c6_f vstr c6_06; say GREAT!"
set c6_06 "set c6_f vstr c6_00; say GOOD JOB"
set c6_f "vstr c6_00" // Default
bind F1 "vstr c1_f" // Hello
bind F2 "vstr c2_f" // Good Bye
bind F3 "vstr c3_f" // Haha
bind F4 "vstr c4_f" // Doh!
bind F5 "vstr c5_f" // Thank You
bind F6 "vstr c6_f" // Good Job
So nun verstehe ich in diesem Beispiel nicht welche Tasten überhaupt belegt sind.Muss das Script wieder als cfg in den main Ordner?Was sind die Befehle die in die Spiel cfg eigetragen werden müssen?
Kennt ihr vieleicht eine Seite wo es ausführlich erklärt wird?
Vielen Dank für eure Hilfe
mfg
Toktok
Hab da ein Problem mit einem Chatter Script.
Hab mir im Netz mal ein Beispiele angeguckt komm damit aber leider nicht klar.Also das sieht so aus ist euch warscheinlich auch schon bekannt.
set c1_00 "set c1_f vstr c1_01; say Hi"
set c1_01 "set c1_f vstr c1_02; say Hello "
set c1_02 "set c1_f vstr c1_03; say Hiya"
set c1_03 "set c1_f vstr c1_04; say Howdy"
set c1_04 "set c1_f vstr c1_05; say Hi "
set c1_05 "set c1_f vstr c1_00; say Greetings"
set c1_f "vstr c1_00" // Default
set c2_00 "set c2_f vstr c2_01; say Bye"
set c2_01 "set c2_f vstr c2_02; say cya"
set c2_02 "set c2_f vstr c2_03; say Later"
set c2_03 "set c2_f vstr c2_04; say Take Care"
set c2_04 "set c2_f vstr c2_05; say cya around"
set c2_05 "set c2_f vstr c2_00; say Good bye "
set c2_f "vstr c2_00" // Default
set c3_00 "set c3_f vstr c3_01; say LoL"
set c3_01 "set c3_f vstr c3_02; say lol "
set c3_02 "set c3_f vstr c3_03; say hahaha"
set c3_03 "set c3_f vstr c3_04; say rofl "
set c3_04 "set c3_f vstr c3_05; say hehehe!"
set c3_05 "set c3_f vstr c3_06; say LOL "
set c3_06 "set c3_f vstr c3_00; say Thats funny!
" set c3_f "vstr c3_00" // Default
set c4_00 "set c4_f vstr c4_01; say Doh!"
set c4_01 "set c4_f vstr c4_02; say oop"
set c4_02 "set c4_f vstr c4_03; say ooof"
set c4_03 "set c4_f vstr c4_04; say uughh "
set c4_04 "set c4_f vstr c4_05; say oops"
set c4_05 "set c4_f vstr c4_06; say woops"
set c4_06 "set c4_f vstr c4_00; say aagghh "
set c4_f "vstr c4_00" // Default
set c5_00 "set c5_f vstr c5_01; say I owe you one"
set c5_01 "set c5_f vstr c5_02; say thx"
set c5_02 "set c5_f vstr c5_03; say Thank You"
set c5_03 "set c5_f vstr c5_04; say T Y"
set c5_04 "set c5_f vstr c5_05; say Merci "
set c5_05 "set c5_f vstr c5_06; say Thanx"
set c5_06 "set c5_f vstr c5_00; say *bows*"
set c5_f "vstr c5_00" // Default
set c6_00 "set c6_f vstr c6_01; say VERY NICE"
set c6_01 "set c6_f vstr c6_02; say FABULOUS"
set c6_02 "set c6_f vstr c6_03; say INCRDEBILE"
set c6_03 "set c6_f vstr c6_04; say STRIKE FOR US"
set c6_04 "set c6_f vstr c6_05; say GREAT SHOT"
set c6_05 "set c6_f vstr c6_06; say GREAT!"
set c6_06 "set c6_f vstr c6_00; say GOOD JOB"
set c6_f "vstr c6_00" // Default
bind F1 "vstr c1_f" // Hello
bind F2 "vstr c2_f" // Good Bye
bind F3 "vstr c3_f" // Haha
bind F4 "vstr c4_f" // Doh!
bind F5 "vstr c5_f" // Thank You
bind F6 "vstr c6_f" // Good Job
So nun verstehe ich in diesem Beispiel nicht welche Tasten überhaupt belegt sind.Muss das Script wieder als cfg in den main Ordner?Was sind die Befehle die in die Spiel cfg eigetragen werden müssen?
Kennt ihr vieleicht eine Seite wo es ausführlich erklärt wird?
Vielen Dank für eure Hilfe
mfg
Toktok