tomjn / Shard

A reprogrammable AI framework for the Spring Engine
https://shard.tomjn.com
17 stars 13 forks source link

ShardSpringLua: add move and moverelative actions to taskqueuebehaviour #95

Closed eronoobos closed 8 years ago

eronoobos commented 8 years ago

see https://github.com/eronoobos/ShardSpringLua/issues/5

adds actions "move" and "moverelative" to default taskqueuebehaviour for example: { action = "moverelative", position = {x=100, y=0, z=0} } in a taskqueue would move the unit 100 along the x axis from its current position