hmm.. first of all, have to say thanks to those who are reading this message, since this is my first attempt to try to understand how to make a scenario. i've looked at the documentations on apolyton and still a bit confused. currently, i'm running the unpatched, original cd installed US version of the game, and i have not installed any mod/patch at all.
i was wondering if it was possible to add gold and PW to a starting player in a scenario: i've searched the board and add in the following line in the script.slc
trigger 'addmegoldman' when (g.player && g.year == 0){
addgold(g.player,1000000);
}
and when i try to run my scenario, it gave me the slic error--->noname is not a known function. if anyone slic/mod/ctp programmer can help, i really would appreciate it~~
Thanx~
Wing
i was wondering if it was possible to add gold and PW to a starting player in a scenario: i've searched the board and add in the following line in the script.slc
trigger 'addmegoldman' when (g.player && g.year == 0){
addgold(g.player,1000000);
}
and when i try to run my scenario, it gave me the slic error--->noname is not a known function. if anyone slic/mod/ctp programmer can help, i really would appreciate it~~
Thanx~
Wing
Comment