so ive been doing a marge mod but ive been busy with school anyway I ive been wondering how use text if you dont now what im talking about then this is what I mean.
so how do i do this
dialouge with out speech
Posted in Support
Please login to contribute to the conversation.
hellosaidmyDOH so ive been doing a marge mod but ive been busy with school anyway I ive been wondering how use text if you dont now what im talking about then this is what I mean.
https://i.imgur.com/Twth6Tz.jpg
Addy You use CustomText, although I'm not sure how to do this.
You use CustomText, although I'm not sure how to do this.
[deleted user] Create a timer stage with 2 seconds duration time(or more, up to you), here's an example
AddStage(8);
SetStageMessageIndex(X);
SetHUDIcon( "ned" );
AddObjective("timer");
Create a timer stage with 2 seconds duration time(or more, up to you), here's an example
X - the index, you can create a 'MISSION_OBJECTIVE_XX=*insert text here*' line inside CustomText.ini, and add whatever "dialogue" you want
AddStage(8); SetStageMessageIndex(X); SetHUDIcon( "ned" ); AddObjective("timer"); SetDurationTime(3); CloseObjective(); CloseStage();Important part - SetStageMessageIndex(X);
X - the index, you can create a 'MISSION_OBJECTIVE_XX=*insert text here*' line inside CustomText.ini, and add whatever "dialogue" you want
hellosaidmyDOH thanks you 2 your always so helpful.
thanks you 2 your always so helpful.