ID:266512
 
OK,When the player flys I don't want to make any flying icons,i saw this in Ebonshadow's movement lib,but i didn't understand it.So what i want is the player to go higher up without the icon.If I don't make sense tell me =P.If you know how to code this please tell me!Thanks a lot!

-Kappa the Imp
usr.density=0
density=0
In response to Strange Kidd
Well,thats not what I meant.I meant they go up higher into the Air.Like a flying icon,but you don't have to make the icon.I've seent that before.

-Kappa the Imp
In response to Kappa the Imp
oooooooooooo i see


usr.loc=locate(usr.x,usr.y+1,usr.z)
In response to Strange Kidd
That did't work...Please help me!

-Kappa the Imp
In response to Strange Kidd
Strange Kidd wrote:
usr.density=0
density=0

I strongly recommend you don't use usr; it only belongs in verbs.

Lummox JR