<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Star Club Productions' site</title>
        <link>http://www.byond.com/members/StarClubProductions</link>
        <description></description>
        <lastBuildDate>Sat, 11 Feb 2012 07:34:22 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>R.I.P. Chris Benoit</title>
            <link>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=277528</link>
            <guid>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=277528</guid>
            <pubDate>Tue, 26 Jun 2007 03:34:21 +0000</pubDate>
            
            <comments>http://www.byond.com/members/StarClubProductions?command=view_comments&amp;post=277528#comments</comments>
            
            <description>Man....when I found out I was pissed Chris Benoit died today with his daughter and son in their home...Im still pissed...&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://photobucket.com&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i42.photobucket.com/albums/e319/deskjet3000/chaps.jpg&quot; border=&quot;0&quot; alt=&quot;Photo Sharing and Video Hosting at Photobucket&quot;&gt;&lt;/a&gt;</description>
        </item>
                <item>
            <title>Icon in browser</title>
            <link>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=271422</link>
            <guid>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=271422</guid>
            <pubDate>Sun, 24 Jun 2007 20:31:07 +0000</pubDate>
            
            <comments>http://www.byond.com/members/StarClubProductions?command=view_comments&amp;post=271422#comments</comments>
            
            <description>Is there any way I can show an Icon in the browser screen? If so can you please show me how thanks.</description>
        </item>
                <item>
            <title>Battle Error</title>
            <link>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=263625</link>
            <guid>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=263625</guid>
            <pubDate>Sat, 16 Jun 2007 22:36:18 +0000</pubDate>
            
            <comments>http://www.byond.com/members/StarClubProductions?command=view_comments&amp;post=263625#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;
mob&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;&lt;br&gt;        Punch(mob/M)&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(M &lt;span class=&quot;dmkeyword&quot;&gt;in&lt;/span&gt; oview(1))&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(M:koed == 1)&lt;br&gt;                    usr &amp;lt;&amp;lt; &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[M]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; is already koed!&amp;quot;&lt;/span&gt;&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;else&lt;/span&gt;&lt;br&gt;                    flick(&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;punch&amp;quot;&lt;/span&gt;,usr)&lt;br&gt;                    &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/dmg = usr.strength -= M:defense&lt;br&gt;                    usr &amp;lt;&amp;lt; &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;You punch &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[M]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; for &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[dmg]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; damage!&amp;quot;&lt;/span&gt;&lt;br&gt;                    oview() &amp;lt;&amp;lt; &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; punches &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[M]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; for ]dmg] damage!&amp;quot;&lt;/span&gt;&lt;br&gt;                    M &amp;lt;&amp;lt; &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; punches you for &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[dmg]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; damage!&amp;quot;&lt;/span&gt;&lt;br&gt;                    M:health -= dmg&lt;br&gt;                    ko()
&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;/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;
wrestle system.dm:9:error: -=: expected end of statement&lt;br&gt;wrestle system.dm:9:error: missing left-hand argument &lt;span class=&quot;dmkeyword&quot;&gt;to&lt;/span&gt; -=.&lt;br&gt;wrestle system.dm:9:error: missing left-hand argument &lt;span class=&quot;dmkeyword&quot;&gt;to&lt;/span&gt; -=.
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;</description>
        </item>
                <item>
            <title>Obj Enabled Problem</title>
            <link>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=263608</link>
            <guid>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=263608</guid>
            <pubDate>Sat, 09 Jun 2007 12:07:36 +0000</pubDate>
            
            <comments>http://www.byond.com/members/StarClubProductions?command=view_comments&amp;post=263608#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;
mob/Admin&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;&lt;br&gt;        Enable_Character(obj &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; category = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Admin&amp;quot;&lt;/span&gt;&lt;br&gt;            obj.Enabled = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Yes&amp;quot;&lt;/span&gt;&lt;br&gt;            obj.Chosen = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;No&amp;quot;&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 size = +2&amp;gt;&amp;lt;font color = green&amp;gt;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[obj]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; is now available!&amp;lt;/font&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;quot;&lt;/span&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;/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;
Admin Verbs.dm:16:error:obj.Enabled:undefined &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;&lt;br&gt;&lt;br&gt;Admin Verbs.dm:17:error:obj.Chosen:undefined &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&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;But Below you can see I have the vars&lt;/b&gt;&lt;br&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;
obj/&lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;&lt;br&gt;    Enabled = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Yes&amp;quot;&lt;/span&gt;&lt;br&gt;    Chosen = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;No&amp;quot;&lt;/span&gt;&lt;br&gt;    Name
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;</description>
        </item>
                <item>
            <title>Locked Up src?</title>
            <link>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=260357</link>
            <guid>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=260357</guid>
            <pubDate>Fri, 08 Jun 2007 02:48:32 +0000</pubDate>
            
            <comments>http://www.byond.com/members/StarClubProductions?command=view_comments&amp;post=260357#comments</comments>
            
            <description>Idk if this goes here but when I went to compile my game this came up&lt;br&gt;
&lt;br&gt;
BYOND(355.914) Error: the file C:\WINDOWS\Profiles\Everyone\My Documents\WWR\WWR.rsc is locked up!&lt;br&gt;
&lt;br&gt;
Is there a way to fix this?</description>
        </item>
                <item>
            <title>Theme Song Error</title>
            <link>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=263604</link>
            <guid>http://www.byond.com/members/StarClubProductions?command=view_post&amp;post=263604</guid>
            <pubDate>Tue, 05 Jun 2007 00:41:46 +0000</pubDate>
            
            <comments>http://www.byond.com/members/StarClubProductions?command=view_comments&amp;post=263604#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;
    toSDstadium&lt;br&gt;        Entered()&lt;br&gt;            world &amp;lt;&amp;lt; sound(&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.theme]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&lt;/span&gt;)&lt;br&gt;            world &amp;lt;&amp;lt; &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;&amp;lt;font color = white&amp;gt;&amp;lt;font size = 2&amp;gt;Now making his way to the ring from &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.hometown]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; weighing in at &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.weight]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;, He is &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.nickname]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[usr.name]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;!&amp;quot;&lt;/span&gt;&lt;br&gt;            usr.loc=locate(52,40,3)
&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: Its a simple code and no errors or warnings come up but the thing is the music wont play, it was working before but then next time I hosted it didnt work....&lt;/b&gt;&lt;br&gt;
&lt;br&gt;</description>
        </item>
            
    </channel>
</rss>


