Changes between Version 3 and Version 4 of Quagents AINodes
- Timestamp:
- Jun 2, 2011 10:18:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Quagents AINodes
v3 v4 11 11 == AINode_GWalkForever == 12 12 This node sends the quagent walking forward at a speed of 400. The agent will stop before it walks off cliffs, into walls, or into slime or lava. 13 14 @ When blocked, cancel behavior and report blocked. 13 '''Parameters:''' 14 val1: unused 15 valf1: unused 16 valf2: unused 17 '''Reports:''' 18 ''blocked'' if movement ended due to cliff/wall/slime/lava/blocking entity. 15 19 16 20 == AINode_GJumpOnce == 17 21 This node asks the quagent to make a single forward jump. It still won't jump off cliffs, into walls, or into slime or lava, though. 18 19 @ Report complete or report blocked. 22 '''Parameters:''' 23 val1: unused 24 valf1: unused 25 valf2: unused 26 '''Reports:''' 27 ''blocked'' if movement ended (or wouldn't begin) due to cliff/wall/slime/lava/blocking entity. 28 ''done'' if jump completes otherwise. 20 29 21 30