Hello,
Somebody would have one script that it functioned in the following way: when pressing a button, it would play a container in low of my personage.
Does anyone knows how to do that or already have one done ?
http://img455.imageshack.us/my.php?image=imagem6tz.jpg
Drop a container
Moderators: Murderator+, Murderator
Code: Select all
sub Drop()
uo.findtype( 'type_of_box' )
if uo.findcount() then
uo.drophere( 'finditem' )
endif
endsub