Talk:Making an RPG with AGS

From Adventure Game Studio | Wiki
Revision as of 14:42, 7 December 2005 by Gord10 (talk | contribs)
Jump to navigation Jump to search
''GiveScore(7); //Health. You can also use GlobalInt for this.''

''SetGlobalInt(2,8); //Mana''<br>

''SetGlobalInt(3,0); //Exp-weapons.''

could be:

 GiveScore(7); //Health. You can also use GlobalInt for this.
 SetGlobalInt(2,8); //Mana
 SetGlobalInt(3,0); //Exp-weapons.

so it'd look like:

GiveScore(7); //Health. You can also use GlobalInt for this.
SetGlobalInt(2,8); //Mana
SetGlobalInt(3,0); //Exp-weapons.


Gord10: Yeah, you are right. This is the first time I create an article on Wiki; so I didn't know about that :( I will fix it.

you can stuff you say by typing --~~~~ :) --Hajo 20:22, 3 December 2005 (CET)

--Gilbot 09:12, 7 December 2005 (CET) I think you may make all the bold headings into sub-sections (enclosing the headings with ==), this way you can have a table of content which link to individual sections, moreover, ONE of them was made into a section already, which looks rather strange to me.

HELP! COULD SOMEONE HELP ME FOR EDITING THE ARTICLE? I'M TOTALLY MESSED UP :o