-
Notifications
You must be signed in to change notification settings - Fork 10
Action functions
AiTechEye edited this page Sep 7, 2018
·
8 revisions
function | description |
---|---|
aliveai.jump(self,table) | (table with directions eg {x=5,y=7}) all derections have defaults |
aliveai.walk(self,speed) | default speed is 1, default run speed is 2 |
aliveai.lookat(self,pos,advanced,walk) | advanced (boolean) is roating instead of just set the yaw, walk (boolean) walking while it are roationg |