Last Modified: 9/3/2021
Sets an Integer variable as a sprite handle.
Name | Type | Required | Description |
Height | Integer | Yes | How tall is the sprite (in tiles). Valid range is (1 - 4 |
Width | Integer | Yes | How wide is the sprite (in tiles). Valid range is (1 - 4 |
Syntax: AddSprite(<Height>, <Width>) |
a = AddSprite(1,1) |