Adventure Game Studio

Community => Adventure Related Talk & Chat => Topic started by: furrylilkreature on Mon 09/06/2003 01:04:15

Title: scripting
Post by: furrylilkreature on Mon 09/06/2003 01:04:15
I don't really know what scripting is but by what I do know about it is I do not think I need it that much
Title: Re:scripting
Post by: Matt Brown on Mon 09/06/2003 01:23:57
huh? okay, I think I got that...

yeah, you do need to learn how to script, if even just a little bit. if you ever want an action to do more then one thing, you have to script
Title: Re:scripting
Post by: furrylilkreature on Mon 09/06/2003 03:48:35
well if I ever need it i'll use it ;)
Title: Re:scripting
Post by: Bob The Hun on Mon 09/06/2003 04:12:28
You can make a simple game without scripting, but you need to stick to the extreme basics. If you want to do anything even relatively complex, you need to do at least some scripting.
It's not near as hard as it sounds though. AGS is really easy to script with, and the help guide that comes with the download does a good job of explaining how to do scripting. And, of course, there's countless tutorials scattered around out there.
Title: Re:scripting
Post by: Squinky on Mon 09/06/2003 07:07:31
Try to make more sense man, this is a goofy topic to say the least....

And yes, you would do well to learn scripting, but maybe try making a small game first without it, and if during the process you decide you need it and understand it, thats the time to use it...

Welcome to the forum...
Title: Re:scripting
Post by: Eggie on Mon 09/06/2003 08:24:22
FaceCharacter(Eggie,furrylilkreature);
DisplaySpeech(Eggie,"Welcome to the forum");
Display("Furrylilkreature throws a brick at Eggie.");
character[Eggie].room=0;
character[Corpse].room=1;
//It's been a while since I've played about with AGS, Did I get that right?
Title: Re:scripting
Post by: furrylilkreature on Tue 10/06/2003 15:07:38
yah probally so :P
Title: Re:scripting
Post by: Bob The Hun on Wed 11/06/2003 04:15:47
Eggie, it should be:
character[Eggie].room=-1;
Close, though.
Title: Re:scripting
Post by: furrylilkreature on Wed 11/06/2003 15:40:40
I thought there was a mistake
Title: Re:scripting
Post by: SSH on Wed 11/06/2003 15:56:09
Or you could just change the view of Eggie, rather than swap characters. There's so many ways to do it, isn't AGS great?

Let's all sing the "AGS is great" song:

AGS is great
AGS is great
If it was a pie I'd eat it off a plate
AGS is great
AGS is great
If you use AGS, your project will not be late

CJ is the best
CJ is the best
If we were stuck in the Arctic together, I'd give him my thermal vest
CJ is the best
CJ is the best
If you love AGS then leave him a large bequest

feel free to add your own verses....
Title: Re:scripting
Post by: Eggie on Wed 11/06/2003 16:40:34
DisplaySpeechBackground is really cool,
DisplaySpeechBackground is really cool,
If you don't abuse it then you are a fool,
DisplaySpeechBackground is really cool,
DisplaySpeechBackground is really cool,
If the engine was a necklace it would be a precious jewel.
:P
Title: Re:scripting
Post by: furrylilkreature on Sat 14/06/2003 18:34:25
ok I'll learn scripting ;D
Title: Re:scripting
Post by: furrylilkreature on Sat 14/06/2003 18:47:34
lol lol lmao I just read about it and it seems I already knew how to do scripting, but I didn't know that what I was doing was scripting

hope you under stand that
Title: Re:scripting
Post by: Eggie on Sun 15/06/2003 14:06:08
You thought scripting was sticking cheese up your arse?
Yeah, I can empathise with you, there.
Title: Re:scripting
Post by: furrylilkreature on Sun 15/06/2003 19:23:51
I mean I still need to learn timeings and getting the ability to have a selection of things to say buy other than that that's it