Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Mon 31/03/2008 00:35:42

Title: making rpgs with AGS
Post by: on Mon 31/03/2008 00:35:42
I have a question about when the guy says(im not typing it exactly right):

GiveScore(7);
SetGlobalInt(2,8);
so on so on.

do i put //health and //mana and //exp-weapon and //exp-mage?



thanks!
Title: Re: making rpgs with AGS
Post by: TwinMoon on Mon 31/03/2008 00:45:25
I'm not sure what you're talking about (but then again I've never used any RPG templates)  but everything you type after // will be ignored by the compiler.
They're comments, remove them if you like, add them if you must.
Title: Re: making rpgs with AGS
Post by: on Mon 31/03/2008 00:50:09
thank you.i havent tried this yet but,how do u make a GUI label?
Title: Re: making rpgs with AGS
Post by: Khris on Wed 02/04/2008 11:21:52
rtfm.