Difference between revisions of "User:Bash"
From Samistine Wiki
| 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 16:12, 22 April 2015
About me
| IGN | bashcommando |
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>