Difference between revisions of "Script: Conttest"

From Ultima Online: The Second Age
Jump to: navigation, search
(Created page with " <span style="color:#0000FF">function</span> <span style="color:#0000FF">int</span> Q4P6(<span style="color:#0000FF">obj</span> Q4E2, <span style="color:#0000FF">int</span> Q6...")
 
(No difference)

Latest revision as of 23:47, 5 October 2018

function int Q4P6(obj Q4E2, int Q65M)
{
  int num = 0x00;
  obj Q4XN;
  for(; num < Q65M; num++)
  {
    Q4XN = createGlobalObjectIn(Q65M, Q4E2);
  }
  return (0x01);
}
trigger speech("*")
{
  int Q5NC = Q4P6(this, 0x13FA);
  return (0x01);
}