Mine
public cpp v1 · immutableFunction Reference: http://tinyurl.com/44xjw7kdbText(x,y,“string”) <- from manualvoid pageIt(){ dbWaitKey(); dbCLS();}// print out lines of text for storyvoid storyLine(????){ setRandomColor(); dbText(60+dbRND(120), 40+dbRND(100), "???? *szText ?? "); pageIt();}What do I put for those ???? above? I want to call function like so storyLine("It was a dark and stormy night.");printStory() or something might be better, since some will be paragraphs