Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

16 lines
355 B
Plaintext

#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();
}
}