Hello
This is the same as the LucasArts Scumm GUI posted here before, but much more simple.
AFAIK with this module you will have the same results.
I've just uploaded the template which includes the module because the module needs some GUIs:
Download Simple Statusline template/module (http://rapidshare.de/files/32726611/SimpleStatus.rar.html) (Requires AGS v2.72 or later)
Hey Joe, thanks for trying to share with us, however your download link is bad. I get taken to some webpage with the message of "Invalid download session. Please initialize download session again.".
I've tried re-downloading the file several times without success though.
Can you find a different place to host the file?
Thanks.
Hello, thaks for your reply, I've just fixed it now.
So try again ;)
No, you haven't:
Quote
Sign in
To maintain the security of your account, we'd like to verify that the person who
clicked on this link is really you. Please sign in...
Check out the upload places listed in the critics lounge and Completed Games stickies...
Oh god, it's impossible to do what i want, ive just found this
Download Now
(http://rapidshare.de/files/32726611/SimpleStatus.rar.html)
You have to click on "Free" buttom and wait some seconds...
here is the file:
http://www.mytempdir.com/923880
No scm in the file?
No, there's just an AGT.
Joe, your coding has no indentation!
I know, thats because my english is not very good and maybe my indentation gave more confusion than help.
Indentation is putting spaces before lines of code to make it more readable. Like this:
if (...) {
Ã, blah;
Ã, if (...) {
Ã, Ã, do_stuff;
Ã, }
Ã, else {
Ã, Ã, do_something_else;
Ã, }
}
Ok, sorry then, I thought he meant some thing like this:
EDIT-
if(something.Visible==1)//If something is visible.....
That is commentation. However, I think you forgot an '=' (i.e., (something.Visible == 1) (boolean testing) instead of (something.Visible = 1) (assignment)).
Also "(something.Visible)" would work as well because it then evaluates "something.Visible" to a boolean value, so that if something.Visible is true (non-zero) it will return true, otherwise it will return false (i.e., "if (something.Visible)" would evaluate to "if (true)" when something.Visible was set to true, and "if (false)" where something.Visible is set to false).
Ok im confused, what is this and should I put it on my site?
Quote from: Joe Carl on Sun 10/09/2006 20:29:45This is the same as the LucasArts Scumm GUI posted here before, but much more simple.
AFAIK with this module you will have the same results:
This is of course not true, but this template does display an LEC-like action text at the bottom of the screen. There's a (imo not very appealing) verb & inv GUI included, too.
Doesn't SSH's Description module (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=26306) do the same thing?
I don't like the idea of having several modules that basically do the same thing, as newbie-friendly as this one may be. So I probably won't move this to the Tech Archive.
I downloaded SSH's description module and what I found were three stars crashing.
There's no need to get upset about my statement, you probably just didn't realize what the SCUMM-template is capable of.
If you manage to make a game crash that uses the description module, that's probably your own fault, because afaik you're the first one to report problems with that module.
I'm not upset because of your statement, Actually I didnt expect any support to my template.
I dont really know what the SCUMM-bar is capable of.
This template is fantastic. I like it.
It has very Lucas arts's adventures's options.
Joe dont be sad, your template is quite all right to be just 15.