View Single Post
  #14  
Old 01-26-2006, 07:00 PM
jake13jake jake13jake is offline
Former Classic Staff
jake13jake's Avatar
Join Date: Dec 2002
Location: Northwest Vermont
Posts: 1,452
jake13jake will become famous soon enough
Quote:
Originally Posted by Stefan
Jumping? Use setshape2 and tiletype 21, even works with classic movement.
yea, but it's simpler to use isJumpable. Not difficult for me to add to my movement, so this wouldn't matter to me.

Quote:
Lift a script?
Well, there is an event handler "wasthrown". But you can't really use it in custom movement. In fact, storm's movement just fires a projectile. Although considering that objects thrown should always travel a constant distance, we don't really need to use shoot for throwing carried objects. Having access to wasthrown would help bomb scripts make more sense, but you can't do it unless you know what NPC your carrying, and that NPC's script. Something like that.

Quote:
Player.reading cannot be checked on serverside, but it is setting the pause mode.
Well, I guess I should be testing for paused then :P.