Script Reference
Event


 on (doubleclick)     //Advanced
 {

 }

Used for : Objects, Characters, Items.


Description :

Event that is triggered when the player doubleclicks on an object, a character or an item. A doubleclick is handled like a gamecommand, which means if a walkto command was used in the on(click) event the doubleclick event will wait for the player to reach the destination. on (doubleclick)   only works if no other gamecommand is selected.