<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Alex Ovide's site</title>
        <link>http://www.byond.com/members/AlexOvide</link>
        <description></description>
        <lastBuildDate>Wed, 22 May 2013 23:08:10 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>Standings</title>
            <link>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=716976</link>
            <guid>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=716976</guid>
            <pubDate>Tue, 01 May 2012 04:38:58 +0000</pubDate>
            
            <comments>http://www.byond.com/members/AlexOvide?command=view_comments&amp;post=716976#comments</comments>
            
            <description>&lt;b&gt;Code:&lt;/b&gt;&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;
none
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Problem description:Creating standings&lt;/b&gt;&lt;br&gt;
I don't fully understand the standings system on byond. I want to award my players with medals but I don't know how to set it up or tie it together on the hub so that it appears on their profile.&lt;br&gt;</description>
        </item>
                <item>
            <title>GM list?</title>
            <link>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=713205</link>
            <guid>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=713205</guid>
            <pubDate>Sun, 29 Apr 2012 05:37:54 +0000</pubDate>
            
            <comments>http://www.byond.com/members/AlexOvide?command=view_comments&amp;post=713205#comments</comments>
            
            <description>&lt;b&gt;Help:Creating GM List&lt;/b&gt;&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;
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Problem description:&lt;br&gt;
I want to mke a code that save keys into a list. I'm ttrying to make a gm list for my game. I aso want to make a verb that allows me to add and remove member from the list.&lt;/b&gt;</description>
        </item>
                <item>
            <title>Simple As...</title>
            <link>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=656694</link>
            <guid>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=656694</guid>
            <pubDate>Wed, 11 Apr 2012 21:21:14 +0000</pubDate>
            
            <comments>http://www.byond.com/members/AlexOvide?command=view_comments&amp;post=656694#comments</comments>
            
            <description>I'm not to sure in what manner I should go about this but I'd like to join your staff. I've notice at certain hours no staff members are present. So I'd like submit an application for a staff position to assist with the game. I also have a server that can host a backup/2nd server. if approved for a billet on staff</description>
        </item>
                <item>
            <title>Shell Server</title>
            <link>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=430936</link>
            <guid>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=430936</guid>
            <pubDate>Sat, 03 Mar 2012 22:57:50 +0000</pubDate>
            
            <comments>http://www.byond.com/members/AlexOvide?command=view_comments&amp;post=430936#comments</comments>
            
            <description>Hi everyone it's been a while since I've last shared my troubles with this community. Well I question/problem is...&lt;br&gt;
&lt;br&gt;
I have a host file for a game and I want to open it too the public 24/7. So my question is how do I get a host server and can anyone suggest good ones.</description>
        </item>
                <item>
            <title>GM code is's working</title>
            <link>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=264760</link>
            <guid>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=264760</guid>
            <pubDate>Sun, 01 Aug 2010 22:06:22 +0000</pubDate>
            
            <comments>http://www.byond.com/members/AlexOvide?command=view_comments&amp;post=264760#comments</comments>
            
            <description>&lt;b&gt;Code:&lt;/b&gt;&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 &lt;span class=&quot;dmcomment&quot;&gt;//The GM code.&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;&lt;br&gt;    list&lt;br&gt;        GMs=list(&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Alex Ovide, Kryu&amp;quot;&lt;/span&gt;)    &lt;span class=&quot;dmcomment&quot;&gt;//this is a list of GMs. So &amp;quot;GMs&amp;quot; is now a list and the list equals what's in the &amp;quot;()&amp;quot;.&lt;/span&gt;&lt;br&gt;    list&lt;br&gt;        players=list()                  &lt;span class=&quot;dmcomment&quot;&gt;//this is another list wich stores all the players GM's should not be placed in this list&lt;/span&gt;&lt;br&gt;GM&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;                                &lt;span class=&quot;dmcomment&quot;&gt;//This is the verb characteristic of a gm. So like a folder named GM thats holds his powers&lt;/span&gt;&lt;br&gt;        Boot()&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;del&lt;/span&gt;(input(&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Which player would you like to boot?&amp;quot;&lt;/span&gt;,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Boot&amp;quot;&lt;/span&gt;) &lt;span class=&quot;dmkeyword&quot;&gt;in&lt;/span&gt; (players))&lt;br&gt;mob&lt;br&gt;    player&lt;br&gt;        &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;&lt;br&gt;            health=10&lt;br&gt;            strength=3&lt;br&gt;    Login()&lt;br&gt;        ..()&lt;br&gt;        &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(src.key &lt;span class=&quot;dmkeyword&quot;&gt;in&lt;/span&gt; GMs)              &lt;span class=&quot;dmcomment&quot;&gt;//If things check out they get bonuses and powers               &lt;/span&gt;&lt;br&gt;            src.verbs +=typesof(/GM/&lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;)&lt;br&gt;            src.health +=20&lt;br&gt;            src.health +=10&lt;br&gt;        &lt;span class=&quot;dmkeyword&quot;&gt;else&lt;/span&gt;&lt;br&gt;            players.Add(src)
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Problem description:When I compile it give me 2errors&lt;br&gt;&lt;/b&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;
loading Gundam 0079 Era.dme&lt;br&gt;GM.dm:26:error: src.health: undefined &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;&lt;br&gt;GM.dm:27:error: src.health: undefined &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;&lt;br&gt;&lt;br&gt;Gundam 0079 Era.dmb - 2 errors, 0 warnings (double-click on an error &lt;span class=&quot;dmkeyword&quot;&gt;to&lt;/span&gt; jump &lt;span class=&quot;dmkeyword&quot;&gt;to&lt;/span&gt; it)
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;b&gt;&lt;br&gt;
&lt;br&gt;
I don't understand what I did wrong?&lt;/b&gt;&lt;br&gt;
&lt;br&gt;</description>
        </item>
                <item>
            <title>Shell Servers Help!?</title>
            <link>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=294295</link>
            <guid>http://www.byond.com/members/AlexOvide?command=view_post&amp;post=294295</guid>
            <pubDate>Tue, 27 Jul 2010 23:00:35 +0000</pubDate>
            
            <comments>http://www.byond.com/members/AlexOvide?command=view_comments&amp;post=294295#comments</comments>
            
            <description>Hi I have a shell server and I done know how to host games with it can someone help me? I Have an IP address for the game and everything. Btw I am using Darkstar as my server provider. Any information would help really</description>
        </item>
            
    </channel>
</rss>

