Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
NPC (TeaScript)
(view source)
Revision as of 06:22, 4 September 2017
609 bytes added
,
06:22, 4 September 2017
Started with the docimentation
Line 1:
Line 1:
[[Category:TeaScript.vbs]]
[[Category:TeaScript.vbs]]
NPC is a class in TeaScript.vbs that allows you to read/write values of NPCs.
NPC is a class in TeaScript.vbs that allows you to read/write values of NPCs.
+
+
To read the value of <code>NPC</code> use:
+
<syntaxhighlight lang="vb">
+
NPC(index).name
+
</syntaxhighlight>
+
+
To change the value of <code>NPC</code> use:
+
<syntaxhighlight lang="vb">
+
NPC(index).name = value
+
</syntaxhighlight>
+
+
{| class="wikitable" border="0"
+
!Name
+
!Description
+
|-
+
|<code>X</code>
+
|The X coordinate of the NPC.
+
|-
+
|<code>Y</code>
+
|The Y coordinate of the NPC.
+
|-
+
|<code>prX</code>
+
|The X coordinate of the original postion's NPC.
+
|-
+
|<code>prY</code>
+
|The Y coordinate of the original postion's NPC.
+
|-
+
|<code>Xsp</code>
+
|The X speed of the NPC.
+
|-
+
|<code>Ysp</code>
+
|The Y speed of the NPC.
+
|}
Yoshi021
268
edits
Navigation menu
Personal tools
Request account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version