HiddenTradition_PRC8/_removed/cotw_on_activate.nss

13 lines
289 B
Plaintext
Raw Permalink Normal View History

// Curse of the Wolf
// by OldManWhistler
// This script should be used with OnActivateItem systems that use the item
// tag as the script to execute.
//#include "cotw_include"
void main()
{
//COTWOnActivateItem (GetItemActivator(), GetItemActivatedTarget(), GetItemActivated());
}