<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Game Maker Scripts</title>
		<link>http://www.rpgmakerid.com/game-maker-scripts-f14/-t1.htm</link>
		<description>Ngobrolin GML-nya Game Maker</description>
		<lastBuildDate>Tue, 01 Jun 2010 04:18:41 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Game Maker Scripts</title>
			<url>http://www.rpgmakerid.com/users/1712/29/57/59/album/header13.png</url>
			<link>http://www.rpgmakerid.com/game-maker-scripts-f14/-t1.htm</link>
		</image>
		<item>
			<title>[GM8-GML]Number Finder</title>
			<link>http://www.rpgmakerid.com/game-maker-scripts-f14/gm8-gmlnumber-finder-t1790.htm</link>
			<dc:creator>IrfanG</dc:creator>
			<description>Number Finder



pengenalan: Pas ada minigame yang harus bikin operasi matematika sampai angka 10



Code:globalvar op, arg;

op&#91;0&#93;=&quot;+&quot;

op&#91;1&#93;=&quot;-&quot;

op&#91;2&#93;=&quot;*&quot;

op&#91;3&#93;=&quot;/&quot;

arg&#91;0&#93; = argument&#91;0&#93; // As target

arg&#91;1&#93; = argument&#91;1&#93; // As number to operate

arg&#91;2&#93; = argument&#91;2&#93; // As number to operate

arg&#91;3&#93; = argument&#91;3&#93; // As number to operate

arg&#91;4&#93;  ...</description>
			<category>Game Maker Scripts</category>
			<pubDate>Tue, 01 Jun 2010 04:18:41 GMT</pubDate>
			<comments>http://www.rpgmakerid.com/game-maker-scripts-f14/gm8-gmlnumber-finder-t1790.htm#32131</comments>
			<guid>http://www.rpgmakerid.com/game-maker-scripts-f14/gm8-gmlnumber-finder-t1790.htm</guid>
		</item>
		<item>
			<title>[GM8-GML]Draw All Letters</title>
			<link>http://www.rpgmakerid.com/game-maker-scripts-f14/gm8-gmldraw-all-letters-t1738.htm</link>
			<dc:creator>IrfanG</dc:creator>
			<description>Draw All Letters



pengenalan: Pas mo bikin letterset



Code:draw_set_font&#40;argument&#91;0&#93;&#41;

draw_set_color&#40;c_white&#41;

var i, X, Y, _X, _Y;

i = 0

X = 0

Y = 0

_X = argument&#91;1&#93;

_Y = argument&#91;2&#93;

do &#123;

  X = &#40;i*_X&#41; mod room_width

  Y = floor&#40;&#40;i*_X&#41; / room_width&#41;*_Y

  draw_text&#40;X,Y,chr&#40;font_get_first&#40;argument&#91;0&#93;&#41;+i&#41;&#41;

  i+=1

&#125; until &#40;i &gt; &#40;font_get_last&#40;argument&#91;0&#93;&#41;  ...</description>
			<category>Game Maker Scripts</category>
			<pubDate>Mon, 24 May 2010 03:02:48 GMT</pubDate>
			<comments>http://www.rpgmakerid.com/game-maker-scripts-f14/gm8-gmldraw-all-letters-t1738.htm#31547</comments>
			<guid>http://www.rpgmakerid.com/game-maker-scripts-f14/gm8-gmldraw-all-letters-t1738.htm</guid>
		</item>
		<item>
			<title>Download GML Script</title>
			<link>http://www.rpgmakerid.com/game-maker-scripts-f14/download-gml-script-t199.htm</link>
			<dc:creator>Vsio</dc:creator>
			<description>Btw yang mau download GML scr&#105;pt (.gml), silakan download di sini:



1. Isometric Depth



2. Centerize Text



3. Draw Text with Shadow



btw, kalau ada yang mau scr&#105;pt lagi, silakan PM saya. Gratis, kok! Terserah kalau mau dimasukin kredit, gpp. </description>
			<category>Game Maker Scripts</category>
			<pubDate>Thu, 04 Jun 2009 03:09:30 GMT</pubDate>
			<comments>http://www.rpgmakerid.com/game-maker-scripts-f14/download-gml-script-t199.htm#3952</comments>
			<guid>http://www.rpgmakerid.com/game-maker-scripts-f14/download-gml-script-t199.htm</guid>
		</item>
	</channel>
</rss>