Difference between revisions of "NPC (TeaScript)"
Jump to navigation
Jump to search
(Added ExtX and ExtY(Thanks Hugo)) |
m |
||
Line 37: | Line 37: | ||
|The X placement of the GFX expansion. | |The X placement of the GFX expansion. | ||
|- | |- | ||
− | |<code> | + | |<code>ExtY</code> |
|The Y placement of the GFX expansion. | |The Y placement of the GFX expansion. | ||
|- | |- |
Revision as of 23:51, 4 March 2018
NPC is a class in TeaScript.vbs that allows you to read/write values of NPCs.
To read the value of NPC
use:
NPC(index).name
To change the value of NPC
use:
NPC(index).name = value
Name | Description |
---|---|
X
|
The X coordinate of the NPC. |
Y
|
The Y coordinate of the NPC. |
prX
|
The X coordinate of the original position's NPC. |
prY
|
The Y coordinate of the original position's NPC. |
Xsp
|
The X speed of the NPC. |
Ysp
|
The Y speed of the NPC. |
ExtX
|
The X placement of the GFX expansion. |
ExtY
|
The Y placement of the GFX expansion. |
Facing
|
The direction of the NPC. |
ForeColor
|
The color of the NPC. |