[Freeciv] Re: Technology
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sun, Apr 13, 2003 at 09:51:46AM -0700, David Paigen wrote:
>
> func CMA_loop( city ) // run when cma needed
> do_all_normal_cma_processing()
> if( option.script_filename exists )
> tclshell = fork_tcl_shell()
> set_tcl_variables( tclshell, city )
> run_tcl_script( tclshell, option.script_filename )
> get_tcl_return_values( tclshell )
> close_tcl_shell( tclshell )
> endif
> endfunc
I like this idea, esp. the use of tcl, which gives you additionally access to
an easy programmable GUI.
> The script should be prevented from:
> Buying things
> setting tax rates
> moving units
> seeing outside the city limits
> setting tech priorities
Why this? The only thing what would be hard to play against is moving units,
but I think one can handle it.
Christian
--
Christian Knoke * * * http://www.enter.de/~c.knoke/
* * * * * * * * * Ceterum censeo Microsoft esse dividendum.
- [Freeciv] Re: Technology, (continued)
[Freeciv] Re: Technology, Per I. Mathisen, 2003/04/13
[Freeciv] Re: Technology, Christian Knoke, 2003/04/13
- [Freeciv] Re: Technology, Arnstein Lindgard, 2003/04/13
- [Freeciv] Re: Technology, David Paigen, 2003/04/13
- [Freeciv] Re: Technology,
Christian Knoke <=
- [Freeciv] Re: Technology, David Paigen, 2003/04/13
- [Freeciv] Re: Technology, Thomas Strub, 2003/04/13
- [Freeciv] Re: Technology, Raimar Falke, 2003/04/14
- [Freeciv] Re: Technology, Christian Knoke, 2003/04/14
- [Freeciv] Re: Technology, Raimar Falke, 2003/04/14
[Freeciv] Re: Technology, Raimar Falke, 2003/04/14
[Freeciv] Re: Technology, David Paigen, 2003/04/14
[Freeciv] Re: Technology, Raimar Falke, 2003/04/14
[Freeciv] Re: Technology, Mark Metson, 2003/04/15
[Freeciv] Re: Technology, Mark Metson, 2003/04/15
|
|