generated from Jaysyn/ModuleTemplate
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
/* paste the following in your OnActivateItem module event
|
|
|
|
|
|
|
|
// *add: Social Pheno v2* \\
|
|
if(GetTag(oItem) == "TBIT_BANJO")
|
|
{
|
|
ExecuteScript("tbx0_banjo01",GetItemActivator());
|
|
}
|
|
// *end: Social Pheno v2* \\
|
|
|
|
|