Difference between revisions of "Exevent Droppd"

From Wiki
Jump to: navigation, search
m (adding related commands)
Line 22: Line 22:
 
</pre>
 
</pre>
  
 +
 +
== Related Commands ==
 +
{| style="background:gainsboro; color:black; border: 2px #aaa solid;"
 +
| Width=250px align=center | [[exevent]]
 +
|}
 
{{footer}}
 
{{footer}}

Revision as of 12:19, 3 August 2007


Synopsis

Exevent Droppd

Description

The Exevent Droppd command drops previously dragged (using Exevent Drag) wearable item into the paperdoll.


Note:
  • This command is only available from EUO 1.5 TV 57
  • You shouldn't use Event Drag in connection with Exevent Droppd command or you'll end up with a ghost item on your cursor. That's why there is an Exevent Drag command


Example

finditem %weapon C_ , #backpackid
if #findkind <> -1
{
	Exevent Drag #findid #findstack
	wait 10
	Exevent Droppd
	wait 10
}
halt


Related Commands

exevent

See also

Main Page Documentation