Originally posted by calmdownyourmad
whats the createtext function...like this
createText(font, fontscale, align, relative, x, y, sort, text)
{
textElem = CreateFontString( font, fontscale );
textElem setPoint( align, relative, x, y );
textElem.sort = sort;
textElem.hideWhenInMenu = true;
textElem.type = "text";
addTextTableEntry(textElem, getStringId(text));
textElem setSafeText(self, text);
return textElem;
}
ur using thefallens simple menu base I see.. anyways yeah copy that and paste it change createText to createtextprestige