well, Wolfy already tried that with this cog, and it don't work.
# Jedi Knight Cog Script
#
# movefaster.cog
#
# Sets actors' speed to 2.0
#
#
# This Cog is Not supported by LucasArts Entertainment Co
symbols
message startup
thing thing0
thing thing1
thing thing2
end
# ========================================================================================
code
startup:
For(i=0; i<4; i=i+1) {
AiSetMoveSpeed(thing0
, 2.0)
};
Print("Test 1 2 3");
return;
# ........................................................................................
end
------------------
| | | | | | | | | | | | | | | |