<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://www.spyroforum.com/extern.php?action=feed&amp;tid=8611&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Spyro the Dragon Forums / Something I made using V.B.Scripting]]></title>
		<link>https://www.spyroforum.com/viewtopic.php?id=8611</link>
		<description><![CDATA[The most recent posts in Something I made using V.B.Scripting.]]></description>
		<lastBuildDate>Wed, 11 Feb 2009 02:58:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Something I made using V.B.Scripting]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=257416#p257416</link>
			<description><![CDATA[<p>i knew doing many things at it when i was at high scool... now my abilities are only used at RPG maker&#160; <img src="https://www.spyroforum.com/img/smilies/roll.png" width="15" height="auto" alt="roll" /></p>]]></description>
			<author><![CDATA[dummy@example.com (fbocabral)]]></author>
			<pubDate>Wed, 11 Feb 2009 02:58:22 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=257416#p257416</guid>
		</item>
		<item>
			<title><![CDATA[Re: Something I made using V.B.Scripting]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=257325#p257325</link>
			<description><![CDATA[<p>VBscript is NOT the same as Visual Basic.</p>]]></description>
			<author><![CDATA[dummy@example.com (Spyrorocks)]]></author>
			<pubDate>Tue, 10 Feb 2009 21:01:52 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=257325#p257325</guid>
		</item>
		<item>
			<title><![CDATA[Re: Something I made using V.B.Scripting]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=257317#p257317</link>
			<description><![CDATA[<p>I cannot stand Visual Basic</p>]]></description>
			<author><![CDATA[dummy@example.com (SpiritofCynder)]]></author>
			<pubDate>Tue, 10 Feb 2009 20:38:11 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=257317#p257317</guid>
		</item>
		<item>
			<title><![CDATA[Re: Something I made using V.B.Scripting]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=255779#p255779</link>
			<description><![CDATA[<p>VB is good for learning how computer scripts work, but I suggest learning C++ after, since it is the most used computer language in the world for non-web applications.</p>]]></description>
			<author><![CDATA[dummy@example.com (Neotyguy40)]]></author>
			<pubDate>Fri, 06 Feb 2009 14:49:39 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=255779#p255779</guid>
		</item>
		<item>
			<title><![CDATA[Re: Something I made using V.B.Scripting]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=255777#p255777</link>
			<description><![CDATA[<p>The random globe &gt; Merlin, Merlin can go die in a ditch.</p>]]></description>
			<author><![CDATA[dummy@example.com (prince-Dari)]]></author>
			<pubDate>Fri, 06 Feb 2009 14:25:38 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=255777#p255777</guid>
		</item>
		<item>
			<title><![CDATA[Re: Something I made using V.B.Scripting]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=255765#p255765</link>
			<description><![CDATA[<p>Wow, cool. That looks so basic it&#039;s almost... confusing. I&#039;ll probably be learning that in college instead of Java. </p><p>VBScript is impractical. You can learn how it works for fun, but if you want to make apps that are similar to VBScript use Visual Basic.</p>]]></description>
			<author><![CDATA[dummy@example.com (Stormy)]]></author>
			<pubDate>Fri, 06 Feb 2009 13:25:51 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=255765#p255765</guid>
		</item>
		<item>
			<title><![CDATA[Re: Something I made using V.B.Scripting]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=255763#p255763</link>
			<description><![CDATA[<p>Wow. You just owned me. LoL.<br />I simply used</p><div class="codebox"><pre><code>msgbox&quot;Hello&quot;
msgbox&quot;Cheers&quot;</code></pre></div><p>and for loops,</p><div class="codebox"><pre><code>do
msgbox&quot;Hello&quot;
loop</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Swaffy)]]></author>
			<pubDate>Fri, 06 Feb 2009 13:21:40 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=255763#p255763</guid>
		</item>
		<item>
			<title><![CDATA[Re: Something I made using V.B.Scripting]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=255732#p255732</link>
			<description><![CDATA[<p>VBScript is so old skool.</p><div class="codebox"><pre><code>&#039;Some VBScript fun by Spyrorocks
Dim Agent

Set Agent = WScript.CreateObject(&quot;Agent.Control.2&quot;, &quot;AgentControl_&quot;)
Agent.Characters.Load &quot;Merlin&quot;, &quot;C:\WINDOWS\MSAGENT\CHARS\merlin.acs&quot;
Set Merlin = Agent.Characters(&quot;Merlin&quot;)

Merlin.Show
Merlin.MoveTo 400,400
Merlin.Speak &quot;Hey.&quot;
Merlin.Play &quot;Blink&quot;
Merlin.Speak &quot;VBScript is so old skool.&quot;
Merlin.Speak &quot;Shouts out to Spyrorocks @ SpyroForum.com&quot;
Merlin.Play &quot;Pleased&quot;

WScript.Sleep 15000</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Spyrorocks)]]></author>
			<pubDate>Fri, 06 Feb 2009 06:41:17 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=255732#p255732</guid>
		</item>
		<item>
			<title><![CDATA[Something I made using V.B.Scripting]]></title>
			<link>https://www.spyroforum.com/viewtopic.php?pid=255722#p255722</link>
			<description><![CDATA[<p>My friend came over and showed me how to do script. I want to show all of <br />you this, and it&#039;s pretty cool. I scripted a pop-up system of messages, and <br />is addicting to make ... for me at least.</p><p>It requires a tiny download, which is less than 1MB. In fact, the file is <br />1.36KB. Which is tiny. It is a safe download, too. You can trust my file.</p><p>Enjoy.<br /><a href="http://www.savefile.com/downloadmax/1996975" rel="nofollow">Download Swaffy&#039;s VBScript file</a><br />I didn&#039;t know what to say in it, so I put some random sentences in there.<br />I might use it to make a story, too. Maybe from the RP story I&#039;m part of.</p><p><span class="postimg"><img src="http://img17.imageshack.us/img17/824/pressoktocontinuebg8.png" alt="pressoktocontinuebg8.png" /></span></p><p>I made about 5 or 6 other ones that I mess with on my desktop. They R Fun</p><p><span class="postimg"><img src="http://img515.imageshack.us/img515/1687/pressokpopupwb5.png" alt="pressokpopupwb5.png" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (Swaffy)]]></author>
			<pubDate>Fri, 06 Feb 2009 06:16:40 +0000</pubDate>
			<guid>https://www.spyroforum.com/viewtopic.php?pid=255722#p255722</guid>
		</item>
	</channel>
</rss>
