Difference between revisions of "DropAllItems"
Jump to navigation
Jump to search
Fixed the bottom script
imported>Haama (Easier way to do the top one) |
imported>Haama (Fixed the bottom script) |
||
Line 54: | Line 54: | ||
set CurObjNum to (ActorRef.GetItemCount CurObj) | set CurObjNum to (ActorRef.GetItemCount CurObj) | ||
ActorRef.Drop CurObj CurObjNum | ActorRef.Drop CurObj CurObjNum | ||
else | |||
set InvPosition to (InvPosition + 1) | |||
endif | endif | ||
else | else | ||
set DropAllItems to 0 | set DropAllItems to 0 |