Here is the code I added to my ClickItem Class:

Code:
if(itemId == 5512) {
		c.startAnimation(1914);
		c.forcedChat("You have rolled a "+Misc.random(100)+"");
		}
It doesn't seem to work when I click the object it does nothing, There are no errors when I compile it.