I got this cog from someone to make my AI move faster, but it don't work.. any ideas?
[Use code tags, please]
------------------
| | | | | | | | | | | | | | | |
[This message has been edited by GBK (edited February 07, 2004).]
Code:
# # # cog to increase actor speed # # 2004 LordVirus (Tristan + Erin) symbols thing actor message startup message timer end code: startup: SetTimer(1.0); Return; Timer: SetActorExtraSpeed(actor, 5.0); Return; end
[Use code tags, please]
------------------
| | | | | | | | | | | | | | | |
[This message has been edited by GBK (edited February 07, 2004).]