<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>Ls succesor's site</title>
        <link>http://www.byond.com/members/Lssuccesor</link>
        <description></description>
        <lastBuildDate>Sat, 11 Feb 2012 04:40:16 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>Some type of runtime error</title>
            <link>http://www.byond.com/members/Lssuccesor?command=view_post&amp;post=264710</link>
            <guid>http://www.byond.com/members/Lssuccesor?command=view_post&amp;post=264710</guid>
            <pubDate>Fri, 07 May 2010 03:45:41 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Lssuccesor?command=view_comments&amp;post=264710#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;
obj&lt;br&gt;    spirit_gun&lt;br&gt;        icon = &lt;span class=&quot;dmstring&quot;&gt;'spiritgun.dmi'&lt;/span&gt;&lt;br&gt;        density = 1&lt;br&gt;        Bump(A)&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(ismob(A))&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/mob/M = A&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/damage = round(usr.max_spirit)&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(damage &amp;gt;= 1)&lt;br&gt;                    M.Health -= damage&lt;br&gt;                    view(M) &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; was hit by Spirit Gun for &lt;/span&gt;&lt;span class=&quot;dmbrace&quot;&gt;[damage]&lt;/span&gt;&lt;span class=&quot;dmstring&quot;&gt; damage!!&amp;quot;&lt;/span&gt;&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;del&lt;/span&gt;(src)&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(istype(A,/turf/))&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/turf/T = A&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(T.density)&lt;br&gt;                    &lt;span class=&quot;dmkeyword&quot;&gt;del&lt;/span&gt;(src)&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;if&lt;/span&gt;(istype(A,/obj/))&lt;br&gt;                &lt;span class=&quot;dmkeyword&quot;&gt;del&lt;/span&gt;(src)&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;mob&lt;br&gt;    &lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;&lt;br&gt;        spirit_gun()&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;set&lt;/span&gt; category = &lt;span class=&quot;dmstring&quot;&gt;&amp;quot;tech&amp;quot;&lt;/span&gt;&lt;br&gt;            view()&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; SPIRIT GUN!!!&amp;quot;&lt;/span&gt;&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/obj/spirit_gun/K = &lt;span class=&quot;dmkeyword&quot;&gt;new&lt;/span&gt; /obj/spirit_gun&lt;br&gt;            K.loc = usr.loc&lt;br&gt;            K.dir = usr.dir&lt;br&gt;            walk(K,usr.dir)&lt;br&gt;            sleep(45)&lt;br&gt;            &lt;span class=&quot;dmkeyword&quot;&gt;del&lt;/span&gt;(K)
&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;br&gt;
let me start by saying i am a beginner coder with a bit of experience with a full on source. I have read the DM guide well not completely yet and I have followed a few tutorials. With this i decided to try something a bit challenging. It runs fine the icon shoots and everything but when it hits an NPC this shows up:&lt;br&gt;
&lt;br&gt;
runtime error: Cannot read 0.max_spirit&lt;br&gt;
&lt;br&gt;
proc name: Bump (/obj/spirit_gun/Bump)&lt;br&gt;
&lt;br&gt;
usr: 0&lt;br&gt;
&lt;br&gt;
src: the spirit gun (/obj/spirit_gun)&lt;br&gt;
&lt;br&gt;
call stack:&lt;br&gt;
&lt;br&gt;
the spirit gun (/obj/spirit_gun): Bump(the bug (/mob/NPC/bug))&lt;br&gt;
&lt;br&gt;
I beleive it has to do with the usr part in usr.max_spirit. ive tried numerous changes but same result. Please if u can figure out the problem could u explain it so i can learn from my mistake. Thanks in advance</description>
        </item>
                <item>
            <title>Ummmmm broken?</title>
            <link>http://www.byond.com/members/Lssuccesor?command=view_post&amp;post=260878</link>
            <guid>http://www.byond.com/members/Lssuccesor?command=view_post&amp;post=260878</guid>
            <pubDate>Mon, 01 Mar 2010 05:33:13 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Lssuccesor?command=view_comments&amp;post=260878#comments</comments>
            
            <description>this is prolly my computer doing its stupidity of being an idiot but my byond was wprking just fine up until i downloaded the new update thing. i did the normal went to byond.com/download since my pager fails to download every time neway i downloaded the one to my comp and after it installed now every time i login in to pager or try and start a game my byond pulls up the solutions thign and then says byond.exe has stopped working..... problem caused byond.exe to stop working blah blah and the lil button saying close program so nothing byond works after i installed update</description>
        </item>
                <item>
            <title>Major Alert</title>
            <link>http://www.byond.com/members/Lssuccesor?command=view_post&amp;post=78404</link>
            <guid>http://www.byond.com/members/Lssuccesor?command=view_post&amp;post=78404</guid>
            <pubDate>Tue, 04 Aug 2009 19:19:52 +0000</pubDate>
            
            <comments>http://www.byond.com/members/Lssuccesor?command=view_comments&amp;post=78404#comments</comments>
            
            <description>&lt;font color=&quot;red&quot; size=&quot;3&quot;&gt;Hey guys im about to run out of my membership here on byond thats why my game has been offline for a while if u would like to help me out u can donate to my paypal account rigth here&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;&lt;/font&gt;
&lt;form action=&quot;https://www.paypal.com/cgi-bin/webscr&quot; method=&quot;post&quot;&gt;&lt;font color=&quot;red&quot; size=&quot;3&quot;&gt;&lt;br&gt;
&lt;input type=&quot;hidden&quot; name=&quot;cmd&quot; value=&quot;_s-xclick&quot;&gt;&lt;br&gt;
&lt;input type=&quot;hidden&quot; name=&quot;hosted_button_id&quot; value=&quot;7269840&quot;&gt;&lt;br&gt;
&lt;input type=&quot;image&quot; src=&quot;https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif&quot; border=&quot;0&quot; name=&quot;submit&quot; alt=&quot;PayPal - The safer, easier way to pay online!&quot;&gt;&lt;br&gt;
&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;https://www.paypal.com/en_US/i/scr/pixel.gif&quot; width=&quot;1&quot; height=&quot;1&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/form&gt;
&lt;font color=&quot;red&quot; size=&quot;3&quot;&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
im still working on updates and trying to figure out the coding as i go if u are a coder and would like to help out message me either here ingame or on my pager Thanks Guys!!!&lt;/font&gt;&lt;br&gt;
&lt;font color=&quot;blue&quot; size=&quot;5&quot;&gt;If you have any suggestions to make my game better please feel free to leave ur comment, any suggestions are greatly appreciated!!!&lt;/font&gt;</description>
        </item>
            
    </channel>
</rss>


