[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: some questions about lua
- From: "jason zhang" <jason@...>
- Date: Sun, 7 Jul 2002 14:57:41 +0800
I'm a newbie to lua. And there are some questions:
1. What is the pronunciation of 'lua'? I want to use
lua as the script of our game project and need to tell my teamate
what is lua.
2. I cannot surf http://lua-users.org Are there any mirror sites?
3. Where can I find the specification of lua5.0? Or work version?
I cannot find it on www.lua.org
4. Could I execute the lua script step by step? For example, I have
the following script:
man_go_forward( 100, 100, 100 );
while( !button_pressed ){ man_wait() };
man_talk( "some words" );
man_fight();
I need some control or some delay between lines of script. I need to
execuate the script to some line, then engine code , then the script from
the last position .....
Is it possible?
Thank you.
Jason Zhang
----- Original Message -----
From: "Enrico Colombini" <erix@erix.it>
To: "Multiple recipients of list" <lua-l@tecgraf.puc-rio.br>
Sent: Friday, July 05, 2002 3:18 PM
Subject: Re: [ANNOUNCE] Lua 4.0.1
> >Lua 4.0.1 is now available for download at
> > http://www.lua.org/ftp/lua-4.0.1.tar.gz
>
> Thanks!
> (it would probably be a good idea to update the link and description at
> http://www.lua.org/download.html)
>
> Enrico
>
>