<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Kingmasherr's site</title>
        <link>http://www.byond.com/members/Kingmasherr</link>
        <description></description>
        <lastBuildDate>Sat, 11 Feb 2012 02:54:41 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>Showing Codes</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=155658</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=155658</guid>
            <pubDate>Sat, 23 Apr 2011 00:18:20 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=155658#comments</comments>
            
            <description>mob/verb is at the top already.&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;
    Show_Code(mob/M &lt;span class=&quot;dmkeyword&quot;&gt;in&lt;/span&gt; world)&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/msg= input(&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Put your code here.&amp;quot;&lt;/span&gt;, &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;Code&amp;quot;&lt;/span&gt;) &lt;span class=&quot;dmkeyword&quot;&gt;as&lt;/span&gt; text&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/code_doc = &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;(&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[src.key]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;) would like to share this code with you:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[dm]&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[msg]&lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[/dm]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt;&lt;br&gt;    &amp;quot;}&lt;/span&gt;&lt;br&gt;        M &amp;lt;&amp;lt; browse(code_doc,&lt;span class=&quot;dmstring&quot;&gt;&amp;quot;window=Code&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;
I want to know how to put the msg in the DM visual code colors and stuff. The part with [dm]and [/dm] are actually &amp;lt;&amp;gt;. But since if I put the &amp;lt;&amp;gt; the code will close off in this post.</description>
        </item>
                <item>
            <title>I need help with using Grid for my Skins!</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=155666</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=155666</guid>
            <pubDate>Wed, 20 Apr 2011 20:02:40 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=155666#comments</comments>
            
            <description>I have grids in my skins but I don't know how to put statpanel in the grid.</description>
        </item>
                <item>
            <title>How To: Grid</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=155675</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=155675</guid>
            <pubDate>Tue, 19 Apr 2011 01:39:10 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=155675#comments</comments>
            
            <description>Alright, I've used grids before but it became too complicated and started annoying me. So I switched to statpanels again. But, now I would like to use Grids for my Avatar game though I cannot remember a single thing about grids. What I want is 2 grid places. Stats and Skills.&lt;br&gt;
&lt;br&gt;
In my Skins I have 3 Windows.&lt;br&gt;
&lt;br&gt;
MainWindow: grid1, grid2.&lt;br&gt;
Skills: Skillgrid&lt;br&gt;
Stats: grid&lt;br&gt;
&lt;br&gt;
grid1 is on top of grid2 and I'm planning on using the visible=0 or 1 command to change between which one you can see. There are two buttons above them labeled Skills and Stats which will cause a HIDDEN PROC to be activated gone by the name &quot;Skills&quot; and &quot;Stats&quot; obviously.&lt;br&gt;
&lt;br&gt;
The WINDOW called Skills has a grid in it called &quot;Skillgrid&quot;. I want this to be a part of grid2.&lt;br&gt;
&lt;br&gt;
The WINDOW called Stats has a grid called &quot;grid&quot;. I want this to be a part of grid1.&lt;br&gt;
&lt;br&gt;
While these two are suppose to be in separate grids in the MainWindow, I also want icons to be visible. Such as attack.dmi for Skills Window and health.dmi for Stats Window.&lt;br&gt;
&lt;br&gt;
---------------&lt;br&gt;
&lt;br&gt;
Exactly how would I go about doing this? I haven't asked for help in coding in years! This is one task I really have been aggravated at trying to complete. I'd be greatful for anybody that helps me. I am looking to finish this game so I can get back in the community and spread my knowledge to the new Developers like I have already done on Teka123's page.&lt;br&gt;
&lt;br&gt;
Thanks for the help again!&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Edit: If you need the skins to understand what I mean I can give it to you.</description>
        </item>
                <item>
            <title>BYOND Membership</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=107112</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=107112</guid>
            <pubDate>Sun, 16 Jan 2011 18:44:13 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=107112#comments</comments>
            
            <description>Since my BYOND Membership has ran out, GodzUnited has had a lesser chance at expanding. My CSS Code is locked in this account and my files cannot be edited. If anybody would like to host some of my games or just help us out, please buy this account a BYOND Membership or donate some form of money to the paypal of Kingdash@hotmail.com</description>
        </item>
                <item>
            <title>Avatar: The Last Bender</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=103970</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=103970</guid>
            <pubDate>Sun, 31 Oct 2010 06:46:04 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=103970#comments</comments>
            
            <description>I searched Avatar one day and saw the game. It was cool so it gave me another idea.The past month i've been coding this also. Hmph.I did pretty good. There are attacks for everybody. Air water fire and earth. I just need icons though. Can anybody icon the following?&lt;br&gt;
&lt;br&gt;
Air slash - blast&lt;br&gt;
Fire whip - close range&lt;br&gt;
Water whip - close range&lt;br&gt;
Earth shot - blast&lt;br&gt;
Tsunami - long range 3 tile&lt;br&gt;
&lt;br&gt;
Thanks! :)</description>
        </item>
                <item>
            <title>Bleach: Razor Edge</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=103969</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=103969</guid>
            <pubDate>Sun, 31 Oct 2010 06:40:58 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=103969#comments</comments>
            
            <description>Well, me and Fayte's new Bleach game is released. It is being hosted by Fayte 24/7. It has all Ressureccions done and all shikai's including all other races. We are trying to add bounto but right now we are trying to fix up some icons to make them more epic. Right now we need a 448x448 whirlpool icon that has about 3-5 lightnight striking icons. The attack it is for is only 4 seconds long. If you can't squeeze that in then just make the Icon for me and I will fix the codes. Thanks to anybody who can get this to me.</description>
        </item>
                <item>
            <title>A little chat with ABK and Buster</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=84736</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=84736</guid>
            <pubDate>Thu, 29 Oct 2009 21:13:12 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=84736#comments</comments>
            
            <description>Yeah, I messeged ABK and he summoned me on BLN. Buster jumped in and we had a little chat. Apparently they aren't going to help out with BLN2 because they want to work on BLN but Bustercannon said he will 'teach' me some new codings.&lt;br&gt;
&lt;br&gt;
The test server of BLN2 is going to be Open soon but it 'might' be renamed to my Bleach Endless Destruction. Be sure to check out my blog for more updates..&lt;br&gt;
&lt;br&gt;
-GodzGamez Leader</description>
        </item>
                <item>
            <title>A little chat with ABK and Buster</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=84735</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=84735</guid>
            <pubDate>Thu, 29 Oct 2009 21:07:14 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=84735#comments</comments>
            
            <description>Yeah, I messeged ABK and he summoned me on BLN. Buster jumped in and we had a little chat. Apparently they aren't going to help out with BLN2 because they want to work on BLN but Bustercannon said he will 'teach' me some new codings.&lt;br&gt;
&lt;br&gt;
The test server of BLN2 is going to be Open soon but it 'might' be renamed to my Bleach Endless Destruction. Be sure to check out my blog for more updates..&lt;br&gt;
&lt;br&gt;
-GodzGamez Leader</description>
        </item>
                <item>
            <title>GodzGames Team</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=84018</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=84018</guid>
            <pubDate>Sun, 18 Oct 2009 01:06:59 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=84018#comments</comments>
            
            <description>GodzGames team is now recruting again. Anybody can apply and it's even more simple now. Just add GodzGamez@hotmail.com and as the message to send me when giving a friend request fill this in...&lt;br&gt;
&lt;br&gt;
Key:&lt;br&gt;
Job:&lt;br&gt;
&lt;br&gt;
REALLY SIMPLE and anybody can join now we will just assign you a rank 1 - 10 according to your skills or familiarity amongst us.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Jobs: Programmer, Pixel Artist, Skinner, Idealist, GFX Artist, Mapper, Hoster.&lt;br&gt;
&lt;br&gt;
Team Below&lt;br&gt;
&lt;br&gt;
Order: Byond Key|Job|Status|E-Mail|&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
10-Kingmasherr|Coder, Mapper, Skinner|Available|Kingdash@hotmail.com|&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
7-Jones Boy|Icconner, Idealist|Available|Kinsoki@hotmail.com|&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
10-Drehdog7|Icconer, Coder, Hoster|Available|Drehdog7@hotmail.com|&lt;br&gt;
&lt;hr&gt;
&lt;br&gt;
10-Flysbad|Programmer, Mapper|Available|Flysbad@hotmail.com|&lt;br&gt;
&lt;hr&gt;</description>
        </item>
                <item>
            <title>Bleach Las Noches 2</title>
            <link>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=84017</link>
            <guid>http://www.byond.com/members/Kingmasherr?command=view_post&amp;post=84017</guid>
            <pubDate>Sun, 18 Oct 2009 00:55:27 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Kingmasherr?command=view_comments&amp;post=84017#comments</comments>
            
            <description>We have succeeded in starting up BLN2. It includes BSOC Icons but those will be taken out in due time. We are using them to actually test the game. A hub will be created soon and everybody will be able to play the game with a player limit set to 25 - 50 (Somewhere Between there)&lt;br&gt;
&lt;br&gt;
-GodzGames Team</description>
        </item>
            
    </channel>
</rss>


