Forum Mod Bakery Docs

dialouge with out speech

Posted in Support
Please login to contribute to the conversation.
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

You use CustomText, although I'm not sure how to do this.
[deleted user]
5 yrs ago (Statistics)
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");
        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
thanks you 2 your always so helpful.