Okay guys, so I am wondering if I could get some help on an event.
What I want it to basically do is find out what item the player is holding. If the item is related to
"datablock ItemData", 1);
then it would do whatever the player schedules it to do with the other event, onPlayerWithItemTouched.
What I have so far, which isn't much...
registerInputEvent("OnItemTouch", "Self", "datablock ItemData", 1);
Haha :) any help would be much appreciated. I suck at scripting events.