Talk:Making an RPG with AGS: Difference between revisions

From Adventure Game Studio | Wiki
Jump to navigation Jump to search
No edit summary
 
(9 intermediate revisions by 6 users not shown)
Line 14: Line 14:
  SetGlobalInt(3,0); //Exp-weapons.
  SetGlobalInt(3,0); //Exp-weapons.


Yeah, you are right.
 
This is the first time I create an article on Wiki; so I didn't know about that.
 
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 <code><nowiki>--~~~~</nowiki></code> :) --[[User:Hajo|Hajo]] 20:22, 3 December 2005 (CET)
 
--[[User:Gilbert|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
 
*Please read [http://uncyclopedia.org/wiki/Proper_Wiki_Formatting this]. <font color="blue">[[User talk:Radiant|Radiant]]</font> <i>([http://taleoftwokingdoms.com ATOTK])</i> 00:22, 8 December 2005 (CET)
 
 
Does this article require update to meet new fancy object-oriented scripting standards or what? If so, I could work on it in my spare time, what the heck.<br />
--[[User:FSi|FSi]] 23:51, 23 July 2007 (CEST)
 
==Quest for Glory style==
Anyone know some tutorials on how to make Quest for Glory style games?  (If I'm asking in the wrong section, you can move this to the section it belongs in--I don't mind) Like a real-time close combat, stats sheets, day/night, hunger, etc.?  I think those'd be great additions for the resources here.
 
--[[User:D-BoyWheeler|D-BoyWheeler]] 22:30, 21 April 2012 (CEST)
 
This Wiki is not the usual place for the discussion of such matters. It's mainly for archival purpose and information. Most of the activities are in the forums. You may start with [http://www.bigbluecup.com/yabb/index.php?topic=13649.0 this thread]. Make sure you also use the search function to check for relevant information before starting a new thread.
--[[User:Gilbert|Gilbot]] 10:58, 22 April 2012 (CEST)

Latest revision as of 08:58, 22 April 2012

''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


Does this article require update to meet new fancy object-oriented scripting standards or what? If so, I could work on it in my spare time, what the heck.
--FSi 23:51, 23 July 2007 (CEST)

Quest for Glory style

Anyone know some tutorials on how to make Quest for Glory style games? (If I'm asking in the wrong section, you can move this to the section it belongs in--I don't mind) Like a real-time close combat, stats sheets, day/night, hunger, etc.? I think those'd be great additions for the resources here.

--D-BoyWheeler 22:30, 21 April 2012 (CEST)

This Wiki is not the usual place for the discussion of such matters. It's mainly for archival purpose and information. Most of the activities are in the forums. You may start with this thread. Make sure you also use the search function to check for relevant information before starting a new thread. --Gilbot 10:58, 22 April 2012 (CEST)