I would like to pass a string of text to a dialog class (or w/e its called). I see that 0 = ["some text"] createdialog "RscIceDialog" isn't even an option apparently.
Description.ext Snippet
class ICE_ObjDesc: RscText
{
idc = 1000;
text = "some text"; // Would like to be _this select 0
x = 0.40238 * safezoneW + safezoneX;
y = 0.430476 * safezoneH + safezoneY;
w = 0.191666 * safezoneW;
h = 0.0280952 * safezoneH;
};