Difference between revisions of "AGIWiki/Display text on screen"

Jump to navigation Jump to search
m
m (Created page with "{{AGIWiki}} == Basics == Displaying text in AGI basically happens with commands print and display their variants. Print produces a message...")
 
Line 77: Line 77:
if(f5){
if(f5){
   set.string(s1,"Hello world");
   set.string(s1,"Hello world");
 
  v40 = 1;
  v40 = 1;
  v41 = 1;
  v41 = 1;
  v42 = 20;
  v42 = 20;
  v43 = 10;
  v43 = 10;
 
  print.at.v(v40,1,20,10);
  print.at.v(v40,1,20,10);
}
}
return();
 
</syntax>
return();
</syntax>


==== AGI Studio ====
==== AGI Studio ====
885

edits

Navigation menu