Difference between revisions of "Exevent Dropg"
From Wiki
m (→Example) |
(→Example) |
||
| Line 11: | Line 11: | ||
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
| − | finditem %trash C_ , # | + | finditem %trash C_ , #backpackid |
if #findkind <> -1 | if #findkind <> -1 | ||
{ | { | ||
Revision as of 10:44, 8 November 2006
Synopsis
Exevent Dropg {x} {y} [z]
Description
The Exevent Dropg command drops obects you drag using the Exevent Drag command to the given ground coordinate. If no Z coordinate is specified, the default will be #charPosZ.
| Note: |
|
Example
finditem %trash C_ , #backpackid
if #findkind <> -1
{
Exevent Drag #findid #findstack
wait 10
Exevent Dropg #charposx #charposy #charposz
wait 10
}
halt
See also
| Main Page | Documentation |