Main Page | Recent changes | Edit this page | Page history

Printable version | Disclaimers | Privacy policy

Not logged in
Log in | Help
 

Posxv

From EDukeWiki

This is the player's x velocity.

gamevar TEMP 0 0

actor APLAYER MAXPLAYERHEALTH PSTAND 0 0

// double the player's speed

  getplayer[THISACTOR].posxv TEMP
  mulvar TEMP 2
  setplayer[THISACTOR].posxv TEMP
  getplayer[THISACTOR].posyv TEMP
  mulvar TEMP 2
  setplayer[THISACTOR].posyv TEMP

  ifaction 0
    action PSTAND
...

Retrieved from "http://localhost../../../p/o/s/Posxv.html"

This page has been accessed 168 times. This page was last modified 03:16, 8 September 2006 by Richard Gobeille.


[Main Page]
Main Page
Recent changes
Random page
EDuke32.com

Edit this page
Discuss this page
Page history
What links here
Related changes

Special pages
Bug reports