Hello ! I'm a very very big noob i JASS , i have tryed to learn it but it's very hard ... . I would like to know if somebody now how to create a texte who run from the right to the left in a multiboard. Like in "Anim fight" .You know how to make that ?
So, you want the code itself? And why must you use JASS? If you are familiar with GUI, i suggest using that, and starting JASS from simpler and more useful frontiers
Anyways, ill write up a script when i get home, and post it.
Init Trigger Events Elapsed Game Time Is .00 seconds Conditions Actions set {integerarray}[0] = 1 set {integerarray}[1] = <<<Length of String to be displayed at any one time>>>
Trigger ( this is for updating text, not initing the mb or anything ) Events Every X Seconds of Game Time Conditions [your conditions here] Actions Set Text for item in {multiboard} at row x, column x, displaying text Substring( {whatever}, {integerarray}[0], {integerarray}[1] ) set {integerarray}[0] = {integerarray}[0] + 1 set {integerarray}[1] = {integerarray}[1] + 1