Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 3 of 3
Search took 0.02 seconds.
Search: Posts Made By: komichi
Forum: JavaScript programming 01-22-2013, 11:46 PM
Replies: 14
Views: 487
Posted By komichi
<script type = "text/javascript"> var rarity...

<script type = "text/javascript">

var rarity =
[ "common ", "uncommon ", "rare "];

var weapons =
[ "sword ", "bow ", "staff "];

document.write (rarity[Math.floor( Math.random() * 3 )]);
Forum: JavaScript programming 01-22-2013, 09:11 PM
Replies: 14
Views: 487
Posted By komichi
Could I ask where I might find tutorials on how...

Could I ask where I might find tutorials on how to do this then?
Forum: JavaScript programming 01-22-2013, 08:59 PM
Replies: 14
Views: 487
Posted By komichi
item generator with percentage variable

I want learn how to make a javascript for an RPG where it generates and display a specific item, but the generation process is controlled by the percentage variable for items in certain category.
...
Showing results 1 to 3 of 3

 
Forum Jump

All times are GMT +1. The time now is 01:55 PM.