Changes between Version 4 and Version 5 of Quagents AINodes
- Timestamp:
- Jun 2, 2011 10:19:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Quagents AINodes
v4 v5 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 13 14 '''Parameters:''' 14 val1: unused 15 valf1: unused 16 valf2: unused 15 * val1: unused 16 * valf1: unused 17 * valf2: unused 18 17 19 '''Reports:''' 18 ''blocked'' if movement ended due to cliff/wall/slime/lava/blocking entity.20 * ''blocked'' if movement ended due to cliff/wall/slime/lava/blocking entity. 19 21 20 22 == AINode_GJumpOnce == 21 23 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. 24 22 25 '''Parameters:''' 23 val1: unused 24 valf1: unused 25 valf2: unused 26 * val1: unused 27 * valf1: unused 28 * valf2: unused 29 26 30 '''Reports:''' 27 ''blocked'' if movement ended (or wouldn't begin) due to cliff/wall/slime/lava/blocking entity.28 ''done'' if jump completes otherwise.31 * ''blocked'' if movement ended (or wouldn't begin) due to cliff/wall/slime/lava/blocking entity. 32 * ''done'' if jump completes otherwise. 29 33 30 34