from at least 3.4w up, all of my items based scripts as well as my GM fame script do not work anymore.
For example, my cursed items2 script goes like this:
Code: Select all
function onEquip(mChar, ourObj)
{
mChar.EmoteMessage("*Gasps in extreme pain*" );
mChar.health -= RollDice(4,20,0);
} //script used for cursed gloves
Function EmotMessage undefined, or something like that. I figured you got rid of that function since it was redundant anyway, so I changed it to:
Code: Select all
mChar.TextMessageStrange....[/code]