Could nt find this in a search Lazarus so here goes...
How do I change roots From 10 secs to 3 seconds when they drop there weapon?
Thx,
DAver
Entangled roots question
Moderator: Forum Moderator
- Avanderik
- <b><i>King of Kings!</b></i>
- Posts: 150
- Joined: Thu Jul 07, 2005 1:51 am
- Location: Still Looking
Go into ultimates.ini and find this line
[small]
public searchtarget(parm[2]){
[/small]
find [small]waitparm[1]=100[/small] within that function and change it to 30 instead of 100. Recompile and you are done
[small]
public searchtarget(parm[2]){
[/small]
find [small]waitparm[1]=100[/small] within that function and change it to 30 instead of 100. Recompile and you are done
War does not determine who is right, war determines who is left...
Order is for idiots, genius masters chaos...

Order is for idiots, genius masters chaos...
