Difference between revisions of "AGIWiki/said"

Jump to navigation Jump to search
36 bytes added ,  15:14, 25 October 2018
m
Text replacement - "</source>" to "</syntaxhighlight>"
(Fix syntax highlighting)
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


== Syntax ==
== Syntax ==
<source lang="cpp">
<syntaxhighlight lang="cpp">
said(WORDGRPNUM1, WORDGRPNUM2, ...)
said(WORDGRPNUM1, WORDGRPNUM2, ...)
said("word1", "word2", ...)
said("word1", "word2", ...)
</source>
</syntaxhighlight>


== Description ==
== Description ==
Line 51: Line 51:


== Example ==
== Example ==
<source lang="cpp">
<syntaxhighlight lang="cpp">
  if (said(2124)) {  //assume word number 2124 = "look")
  if (said(2124)) {  //assume word number 2124 = "look")
   print("You look around.");
   print("You look around.");
Line 68: Line 68:
   print("Ignore that.");
   print("Ignore that.");
  }
  }
</source>
</syntaxhighlight>
== Technical Information ==
== Technical Information ==


TrustedUser
2,147

edits

Navigation menu