Difference between revisions of "Exevent Droppd"
From Wiki
m (adding related commands) |
(→Example) |
||
Line 12: | Line 12: | ||
==== Example ==== | ==== Example ==== | ||
<pre>finditem %weapon C_ , #backpackid | <pre>finditem %weapon C_ , #backpackid | ||
− | if # | + | if #FINDCNT > 0 |
{ | { | ||
Exevent Drag #findid #findstack | Exevent Drag #findid #findstack | ||
Line 21: | Line 21: | ||
halt | halt | ||
</pre> | </pre> | ||
− | |||
== Related Commands == | == Related Commands == |
Revision as of 09:17, 1 September 2007
Synopsis
Exevent Droppd
Description
The Exevent Droppd command drops previously dragged (using Exevent Drag) wearable item into the paperdoll.
Note: |
|
Example
finditem %weapon C_ , #backpackid if #FINDCNT > 0 { Exevent Drag #findid #findstack wait 10 Exevent Droppd wait 10 } halt
Related Commands
exevent |
See also
Main Page | Documentation |