Difference between revisions of "DropMe"
Jump to navigation
Jump to search
imported>Scruggs (creates a new object (vars not preserved)) |
imported>Antares (More info in See Also section) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
==See Also== | ==See Also== | ||
[[Drop]]<BR> | |||
[[RemoveMe]] | [[RemoveMe]] | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: | [[Category:Functions (CS)]] | ||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Inventory Functions]] | |||
[[Category: Inventory Functions (CS 1.0)]] | |||
<!-- Begin Search Terms | |||
Drop | |||
Me | |||
End Search Terms --> |
Latest revision as of 04:50, 5 September 2008
Syntax:
DropMe
Drops the calling item from its container. If it is not currently in a container, the function will have no effect.
Notes[edit | edit source]
- This function acts as a return when called -- the lines of script following it will NOT be executed (since it has just destroyed itself in the process of removing itself from inventory).
- Unlike removeMe, this function does not preserve the health, charges, or script variables of the item.
See Also[edit | edit source]