Started by timmyt on Thu, 06/20/2024 - 02:27 Topic category: Advanced modding In my mod I was wondering how to randomize the abilities when spawned Jump to top use a random integer between 1 and 10, for each number, choose a ability. There ahould be a variable for if they have the ability or not. example: make local variable random, random integer between 1 and 10 if random = 1 set dashability true if random = 2 set flyability true and so on. fir multiple abilities, do the thing above multiple times. -PixelKid Jump to top Permalink Log in or register to post comments Thanks if you're hoping to make a mod I'm available Jump to top Permalink Log in or register to post comments Sorry please could you show me with the picture Jump to top Permalink Log in or register to post comments At first it was working but then it stopped working Jump to top Permalink Log in or register to post comments
use a random integer between 1 and 10, for each number, choose a ability. There ahould be a variable for if they have the ability or not. example: make local variable random, random integer between 1 and 10 if random = 1 set dashability true if random = 2 set flyability true and so on. fir multiple abilities, do the thing above multiple times. -PixelKid Jump to top Permalink Log in or register to post comments
Thanks if you're hoping to make a mod I'm available Jump to top Permalink Log in or register to post comments
Sorry please could you show me with the picture Jump to top Permalink Log in or register to post comments
At first it was working but then it stopped working Jump to top Permalink Log in or register to post comments
use a random integer between 1 and 10, for each number, choose a ability. There ahould be a variable for if they have the ability or not. example:
make local variable random, random integer between 1 and 10
if random = 1
set dashability true
if random = 2
set flyability true
and so on.
fir multiple abilities, do the thing above multiple times.
-PixelKid
Thanks if you're hoping to make a mod I'm available
Sorry please could you show me with the picture
At first it was working but then it stopped working