ItemHandling.zh
Overview
Creator:
Timelord
Added: 11 May 2014
Tags:
Global,
Library
|
View Script |
Information
A set of global functions, with one global constant, and one global variable, used to extend, and optimise handling items with FFC, or global scripts; such as detecting collision, between a given item, and an object, flag, or FFC.
Description Setup Reviews Comments
Import into your main script file, somewhere after the line:
import "std.zh"...with this command:
import "ItemHandling.zh"Be sure that this import occurs before anything that calls to these functions, and global variables & constants.
Future updates will retain all extant functions, but may modify them.
I plan to correct this in a future update.
[/code]
import "std.zh"...with this command:
import "ItemHandling.zh"Be sure that this import occurs before anything that calls to these functions, and global variables & constants.
Future updates will retain all extant functions, but may modify them.
I plan to correct this in a future update.
[/code]


