Difference between revisions of "Activation Functions"

No change in size ,  06:59, 12 April 2007
m
no edit summary
imported>Elder
imported>Sq3Gl4
m
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