• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action new outfit bouns

No need for random i only want all outfits and it is ok no problem take your time :D
 
no i need random but first all outfit in 1 lever
No need for random i only want all outfits and it is ok no problem take your time :D
So what do you mean?
Is it random or not?

Or do you mean..
When use lever you have 10% chance to get all outfits?
Remove item -> chance 10% -> get all outfits.
 
See when you use the lever you get a random addon 1 nd 2 of a outfit and there is 5% chance to get all outfit's but there you should pay
 
no i mean when you lever there is equal persent to get any of the addons for example citizen
and the ALL IN 1 lever one is another thing
It's much easier to help when you give all the information. :D
I need two separate scripts.
[1] A script that when a lever is used, will give me a random addon.
[2] A script that when a lever is used, which will give me all outfits.

For second script is easy.
Code:
Function onUse
If remove item 11111 then
do add outfit
do add outfit
do a....
return true
end
 
Back
Top