Difference between revisions of "Activation Functions"

12 bytes added ,  14:34, 12 April 2007
put script back to correct
imported>Sq3Gl4
m
imported>Guidobot
(put script back to correct)
Line 69: Line 69:
  set xPos to 5*dx*cos
  set xPos to 5*dx*cos
  set yPos to 5*dy*cos
  set yPos to 5*dy*cos
  set zPos to 118-25*(player.IsSneaking) 5*dz
  set zPos to 118-25*(player.IsSneaking)+5*dz
   
   
  End
  End
Line 78: Line 78:
  ;...
  ;...
  TargFunc01.Activate player 1
  TargFunc01.Activate player 1
  set xPos to TargFunc01.xPos player.GetPos x
  set xPos to (TargFunc01.xPos)+(player.GetPos x)
  set yPos to TargFunc01.yPos player.GetPos y
  set yPos to (TargFunc01.yPos)+(player.GetPos y)
  set zPos to TargFunc01.zPos player.GetPos z
  set zPos to (TargFunc01.zPos)+(player.GetPos z)
   
   
  set dx to TargFunc01.dx
  set dx to TargFunc01.dx
Anonymous user