13 lines
289 B
Plaintext
13 lines
289 B
Plaintext
// 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());
|
|
}
|