JavaScript function onhover in

There is no onHover event, use onmouseover:

<div id="choice" onmouseover="npcRoll()">

Leave a Comment