Page 1 of 1

Help WIth "drop"

Posted: 2007-03-03 14:10:18
by motxu
I would like to drop things but in a desired tile
"400",str(uo.getx("self")-1),str(uo.gety("self")-2),str(uo.getz("self")
this does not work.. WHy? :(
Could anyone help? (this cant be hard for u! haha)
thanks :D

Posted: 2007-03-04 15:28:06
by Nmy
if you open a brackets then you must close them to
syntax:

Code: Select all

uo.drop([quantity],[X,Y,Z],[object])

Posted: 2007-03-07 23:50:12
by motxu
yah i know that, but its for certain coordinates, and i want to drop an item for example in from of me in any coordinate i am. sef + 1

Posted: 2007-03-08 12:41:53
by Nmy

Posted: 2007-03-08 14:34:43
by motxu
Fucking thanks :D