I found the Module but nothing for a readme inside the folder and not sure how to use it.
I don't even remember where I got it .
InvItemAnimation_090.scm
It's mine. I just have to write the documentation, then I will release it officially.
The module has two functions:
InvItemAnimation.Start(InventoryItem *theinvitem, int view, int loop, int delay, optional RepeatStyle repeat);
Example:
InvItemAnimation.Start(iTorch, TORCHVIEW, 0, 10, eRepeat);
and
InvItemAnimation.Stop(InventoryItem *theinvitem, optional bool keepcurrentframe)
Example:
InvItemAnimation.Stop(iTorch, false);
Ok thanks ..