Difference between revisions of "Activation Functions"
Jump to navigation
Jump to search
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) | 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 | set xPos to TargFunc01.xPos player.GetPos x | ||
set yPos to TargFunc01.yPos | set yPos to TargFunc01.yPos player.GetPos y | ||
set zPos to TargFunc01.zPos | set zPos to TargFunc01.zPos player.GetPos z | ||
set dx to TargFunc01.dx | set dx to TargFunc01.dx |