Jump to content
Tankbuster

get string from eden>Attributes>Multiplayer>Lobby>Summary

Recommended Posts

Is there any way of getting this editor-set string in SQF?

Share this post


Link to post
Share on other sites

Yeah tried that too, but what's the entry name? "summary" returned nothing.

Share this post


Link to post
Share on other sites

Oh, I've got it..

 

//description.ext

class MissionSQM
{
	#include "mission.sqm"
};

Then

 

gettext (missionconfigfile >> "missionsqm" >> "mission" >> "intel" >> "overviewtext")

Will return that data. Yey.

  • Like 2

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×