I think he means something along the lines of pressing a key and it playing a gani, i.e.:
PHP Code:
function onKeyPressed( keynr, keyname )
{
if (keyname == "s")
{
setani("fireani", "");
}
}
E: My final suggestion, if you have a friend who's a good scripter...ask him to tutor you. It's easier to learn from someone rather than something ( I.E. the wiki ). The wiki's just there for informational purposes really, otherwises it's just..blegh.