All pastes #2068886 Raw Edit

Mine

public cpp v1 · immutable
#2068886 ·published 2011-05-25 10:23 UTC
rendered paste body
Function 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