Shargast_PRC8/_module/Chapter 1/nss/nw_it_recall.nss

16 lines
355 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
#include "x2_inc_switches"
#include "nw_i0_plot"
void main()
{
int nEvent =GetUserDefinedItemEventNumber();
// * This code runs when the Unique Power property of the item is used
// * Note that this event fires PCs only
if (nEvent == X2_ITEM_EVENT_ACTIVATE)
{
//IsRecall is defined in nw_i0_plot
IsRecall();
}
}