Summon random mount macro
 Posted: Thu Nov 19, 2015 2:57 pm
Posted: Thu Nov 19, 2015 2:57 pmhelp
			 Posted: Thu Nov 19, 2015 2:57 pm
Posted: Thu Nov 19, 2015 2:57 pm Posted: Thu Nov 19, 2015 4:11 pm
Posted: Thu Nov 19, 2015 4:11 pm Posted: Thu Nov 19, 2015 5:46 pm
Posted: Thu Nov 19, 2015 5:46 pm/script UseContainerItem(0,math.random(1,4));
 Posted: Thu Dec 03, 2015 7:54 pm
Posted: Thu Dec 03, 2015 7:54 pmGeigerkind wrote:If youve got your 4 mounts in the first 4 slots of your first bag it would look like this:
- Code: Select all
/script UseContainerItem(0,math.random(1,4));
Dont know if vanilla supports this random function.