Talk:Making an RPG with AGS: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
*>Dasjoe mNo edit summary |
||
Line 17: | Line 17: | ||
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. | 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 <nowiki>--~~~~</nowiki> :) --[[User:Hajo|Hajo]] 20:22, 3 December 2005 (CET) |
Revision as of 19:22, 3 December 2005
''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)