PDA

View Full Version : Start funds



LockJaw-65-
Jan 30 2009, 09:03
I must have had a bang on head cos i cannot locate where you can change the starting funds for each side. I have changed them before but cannot remember, must be my age, touch of demensia setting in http://forums.bistudio.com/oldsmileys/icon_rolleyes.gif can anybody just point me in the right direction, just spent an hour looking through forum....

ck-claw
Jan 30 2009, 12:34
Hey mate.

Look in:- Common/Init/Init_common scroll half way down ish.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">//Player starting funds.
Call Compile Format&#91;&#34;if &#40;IsNil &#34;&#34;EastPlayer%1Funds&#34;&#34;&#41; then {EastPlayer%1Funds = 800};&#34;,_count + 1&#93;;
Call Compile Format&#91;&#34;if &#40;IsNil &#34;&#34;WestPlayer%1Funds&#34;&#34;&#41; then {WestPlayer%1Funds = 800};&#34;,_count + 1&#93;;[/QUOTE]

colligpip
Jan 30 2009, 13:24
haha I did exactly the same thing yesterday. Coudln&#39;t find them then I forgot that I had PRgrep which searches for strings within files and found the place.

If only i had remembered about Prgrep before I forgot about where it was in the first place then I would have saved a lot of time:-)

Prgrep
http://www.tucows.com/preview/401897

LockJaw-65-
Jan 30 2009, 13:30
I think we all as bad as each other lol
Thanks CK seen it now cheers.
I was looking in that folder but at commander funds did not see that line http://forums.bistudio.com/oldsmileys/biggrin_o.gif