Difference between revisions of "Drop"

55 bytes added ,  22:20, 23 September 2015
no edit summary
imported>Ez0n3
imported>Jazzisparis
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
* While '''set pRef to player.Drop SomeItem 1''' will compile and run, pRef will remain null (00000000) and won't be of any use.
* While '''set pRef to player.Drop SomeItem 1''' will compile and run, pRef will remain null (00000000) and won't be of any use.
* Does NOT appear to trigger OnDrop blocks when called on the player.
* Does NOT appear to trigger OnDrop blocks when called on the player.
* Item stats (i.e., Health, Charges, Script Variables) are reset as if it's a new item.
* Item stats (i.e., Health, Charges, Script Variables) are reset as if it's a new item. - Not confirmed for "Health" and "Value".
* If using to only drop a part of a stack of items, it's unclear ''which'' will be dropped. For instance, if you drop 3 of 5 Baseball Bats, they may be the 3 with the least health, most health, etc.
* If using to only drop a part of a stack of items, it's unclear ''which'' will be dropped. For instance, if you drop 3 of 5 Baseball Bats, they may be the 3 with the least health, most health, etc.


==See Also==
==See Also==
*[[DropAlt]]
*[[DropMe]]
*[[DropMe]]


Anonymous user