Difference between revisions of "User:Bash"

From Samistine Wiki
Jump to: navigation, search
Line 4: Line 4:
 
</table>
 
</table>
 
<code>48656C6C6F212001</code>
 
<code>48656C6C6F212001</code>
 +
<button onClick="run();">Possible hidden object</button>
  
 
== Pages created ==
 
== Pages created ==
 
* [[ThatGuy]]
 
* [[ThatGuy]]
 +
<script type="text/javascript">
 +
function run() {
 +
    if (math.random(1, 10)==1 {
 +
        alert("You got the 10% chance of this appearing");
 +
    }
 +
}
 +
</script>

Revision as of 17:12, 22 April 2015

About me

IGNbashcommando

48656C6C6F212001 <button onClick="run();">Possible hidden object</button>

Pages created

<script type="text/javascript"> function run() {

   if (math.random(1, 10)==1 {
       alert("You got the 10% chance of this appearing");
   }

} </script>