<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Gold Dean's site</title>
        <link>http://www.byond.com/members/GoldDean</link>
        <description></description>
        <lastBuildDate>Fri, 10 Feb 2012 23:36:08 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>Hiding Keys from the &quot;Logged In:&quot; list on the Hub.</title>
            <link>http://www.byond.com/members/GoldDean?command=view_post&amp;post=271467</link>
            <guid>http://www.byond.com/members/GoldDean?command=view_post&amp;post=271467</guid>
            <pubDate>Wed, 11 Jul 2007 19:02:15 +0000</pubDate>
            
            <comments>http://www.byond.com/members/GoldDean?command=view_comments&amp;post=271467#comments</comments>
            
            <description>Is there any way to prevent a player logged in on a server from being shown on the hub's &quot;Logged In:&quot; listing on the game's hub via the source code?</description>
        </item>
                <item>
            <title>That summer was way too short.</title>
            <link>http://www.byond.com/members/GoldDean?command=view_post&amp;post=18591</link>
            <guid>http://www.byond.com/members/GoldDean?command=view_post&amp;post=18591</guid>
            <pubDate>Tue, 05 Sep 2006 21:17:34 +0000</pubDate>
            
            <comments>http://www.byond.com/members/GoldDean?command=view_comments&amp;post=18591#comments</comments>
            
            <description>Who else agrees? I barely got anything done.</description>
        </item>
                <item>
            <title>No More Rivalries</title>
            <link>http://www.byond.com/members/GoldDean?command=view_post&amp;post=15609</link>
            <guid>http://www.byond.com/members/GoldDean?command=view_post&amp;post=15609</guid>
            <pubDate>Wed, 19 Jul 2006 04:50:19 +0000</pubDate>
            
            <comments>http://www.byond.com/members/GoldDean?command=view_comments&amp;post=15609#comments</comments>
            
            <description>I noticed alot of Sonic-related icon games have sprung up out of spite for something that happened on Chao Chatterz... Well, I'm not even going to give these guys who make their own games &lt;i&gt;just so they can 'take away my glory,' 'put me in my place,' or anything else you guys like to claim&lt;/i&gt; the honor of my rivalry. However, I still ask that you keep any and all references to ChaoChatterz out of your BYOND hubs and refrain from ripping any of my custom turf icons icons featured in ChaoChatterz. Ta-ta~</description>
        </item>
                <item>
            <title>And then there was Membership.</title>
            <link>http://www.byond.com/members/GoldDean?command=view_post&amp;post=14364</link>
            <guid>http://www.byond.com/members/GoldDean?command=view_post&amp;post=14364</guid>
            <pubDate>Tue, 27 Jun 2006 22:10:37 +0000</pubDate>
            
            <comments>http://www.byond.com/members/GoldDean?command=view_comments&amp;post=14364#comments</comments>
            
            <description>Yeah, I just finally got a BYOND Membership... Yeah...</description>
        </item>
                <item>
            <title>No-Build Proc problems. (SOLVED)</title>
            <link>http://www.byond.com/members/GoldDean?command=view_post&amp;post=263169</link>
            <guid>http://www.byond.com/members/GoldDean?command=view_post&amp;post=263169</guid>
            <pubDate>Mon, 26 Jun 2006 02:14:56 +0000</pubDate>
            
            <comments>http://www.byond.com/members/GoldDean?command=view_comments&amp;post=263169#comments</comments>
            
            <description>All fixed...</description>
        </item>
                <item>
            <title>Possible infinite cross-reference loop.</title>
            <link>http://www.byond.com/members/GoldDean?command=view_post&amp;post=262111</link>
            <guid>http://www.byond.com/members/GoldDean?command=view_post&amp;post=262111</guid>
            <pubDate>Mon, 20 Sep 2004 23:32:54 +0000</pubDate>
            
            <comments>http://www.byond.com/members/GoldDean?command=view_comments&amp;post=262111#comments</comments>
            
            <description>Blah.dme&lt;br&gt;
&lt;br&gt;
Blah.dm:30:error:/mob/GM/verb/: compile failed (possible infinite cross-reference loop) x 20&lt;br&gt;
&lt;br&gt;
Blah.dmb - 20 errors, 0 warnings (double-click on an error to jump to it)&lt;br&gt;
&lt;br&gt;
I recently added some coding to make it impossible for people to ban Perminent GMs and those who tried would have their GM powers removed automatically. However, when I finished coding it, every &quot;[person].verbs [-/+]= typesof(/mob/GM/verb/)&quot; in the whole game begain causing cross-reference errors.&lt;br&gt;
&lt;br&gt;
Here is the the coding for the Ban.&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
            GM_Ban(mob/M &lt;span class=&quot;dmkeyword&quot;&gt;in&lt;/span&gt; world)&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;set&lt;/span&gt; desc = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;(person) Remove a player from your world and don't let them return&amp;quot;&lt;/span&gt;&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;set&lt;/span&gt; category = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;GM&amp;quot;&lt;/span&gt;&lt;br&gt;&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(M.key == &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Gold Dean&amp;quot;&lt;/span&gt;)&lt;br&gt;                    alert(usr,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;How DARE you try to ban the CREATOR!?&amp;quot;&lt;/span&gt;,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Ban&amp;quot;&lt;/span&gt;)&lt;br&gt;                    usr.verbs -= typesof(/mob/GM/&lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;/)&lt;br&gt;                    world &amp;lt;&amp;lt; &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&amp;lt;b&amp;gt;&amp;lt;font color = red&amp;gt;&amp;lt;B&amp;gt;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; tried to ban GOLD DEAN. VERY BAAAAD MOVE, &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;!&amp;quot;&lt;/span&gt;&lt;br&gt;                    usr.Fly = 0&lt;br&gt;                    usr.density = 1&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(M.GM == 1)&lt;br&gt;                    alert(usr,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;How DARE you try to ban a Perm!?&amp;quot;&lt;/span&gt;,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Ban&amp;quot;&lt;/span&gt;)&lt;br&gt;                    usr.verbs -= typesof(/mob/GM/&lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;/)&lt;br&gt;                    world &amp;lt;&amp;lt; &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&amp;lt;b&amp;gt;&amp;lt;font color = red&amp;gt;&amp;lt;B&amp;gt;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; tried to ban &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[M]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;, one of our perms! BAD MOVE, &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;!&amp;quot;&lt;/span&gt;&lt;br&gt;                    usr.Fly = 0&lt;br&gt;                    usr.density = 1&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;else&lt;/span&gt;&lt;br&gt;                    (alert(&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Are you sure?&amp;quot;&lt;/span&gt;,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Ban &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[M]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;:&amp;quot;&lt;/span&gt;,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Yes&amp;quot;&lt;/span&gt;,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;No&amp;quot;&lt;/span&gt;) == &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Yes&amp;quot;&lt;/span&gt;)&lt;br&gt;                    banned += M.key&lt;br&gt;                    world.log &amp;lt;&amp;lt; &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[src.name]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; banned &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[M]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; (&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[M.key]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;) from the world.&amp;quot;&lt;/span&gt;&lt;br&gt;                    &lt;span class=&quot;dmkeyword&quot;&gt;del&lt;/span&gt;(M.client)&lt;br&gt;                    &lt;span class=&quot;dmkeyword&quot;&gt;del&lt;/span&gt;(M)
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
Any ideas on how to fix this?</description>
        </item>
                <item>
            <title>Dream Seeker refuses to run my program.</title>
            <link>http://www.byond.com/members/GoldDean?command=view_post&amp;post=268610</link>
            <guid>http://www.byond.com/members/GoldDean?command=view_post&amp;post=268610</guid>
            <pubDate>Fri, 10 Sep 2004 21:30:29 +0000</pubDate>
            
            <comments>http://www.byond.com/members/GoldDean?command=view_comments&amp;post=268610#comments</comments>
            
            <description>I've been toying with codes and stuff and made a(nother) Icon Chatting game with a Chao Theme. (http://games.byond.com/hub/GoldDean/ChaoChatterz)&lt;br&gt;
&lt;br&gt;
I recently configured my router to accept game hosting. In that time, others were allowed to play my game. It was semi-popular so I continued working on it.&lt;br&gt;
&lt;br&gt;
However, after an update, BYOND began to refuse running my game. Whether from my online host OR from my computer. I cannot even get it to run while trying to test the program.&lt;br&gt;
&lt;br&gt;
Can anyone help me with my dilemma?&lt;br&gt;
&lt;br&gt;
If you would like the code so you can look into it, Page me (Gold Dean), AIM me (Deany Kong) or MSNM me (DeanyKGold).</description>
        </item>
            
    </channel>
</rss>


