Platform Builder Forums

Main => Suggestions => Topic started by: Antikore on October 19, 2019, 07:38:32 PM

Title: Set seeds for randomness
Post by: Antikore on October 19, 2019, 07:38:32 PM
I know i'm very inactive here but will be cool a command like
Code: [Select]
seed = <number>
[seed]
In GameMaker Studio, if I'm not wrong, those things can be make to work with these code
random_set_seed(value);
random_get_seed
Title: Re: Set seeds for randomness
Post by: CGM on October 19, 2019, 08:53:06 PM
Ah! That'd be SO COOL! But we'd need more stuff than a seed to generate what we want. Wouldn't we? That'd be very hard to add come to think of it.
Title: Re: Set seeds for randomness
Post by: Mechasaur on October 19, 2019, 09:49:11 PM
I'm not opposed to this. If I ever felt like making a rogue like / lite in PB, this could be something I would use.
Title: Re: Set seeds for randomness
Post by: Mechasaur on October 23, 2019, 09:00:27 AM
Antikore : Roguelike for PB
Me :


Excuse me, humanoid being of indeterminate gender whom I address this remark to, I wish to inform you that a thing I see - be it an object, an action you or others have done or are doing, or a general feeling that I'm being subjected to - can be considered to arouse an emotion that many would associate with people of the homosexual orientation, and I would like to inform you of such through an improper interjection while not coming across as rude or crass.
Title: Re: Set seeds for randomness
Post by: War on October 23, 2019, 04:16:52 PM
Excuse me, humanoid being of indeterminate gender whom I address this remark to, I wish to inform you that a thing I see - be it an object, an action you or others have done or are doing, or a general feeling that I'm being subjected to - can be considered to arouse an emotion that many would associate with people of the homosexual orientation, and I would like to inform you of such through an improper interjection while not coming across as rude or crass.
Woops, here's a new version :
Antikore : Roguelike for PB
Me :

Title: Re: Set seeds for randomness
Post by: Mechasaur on October 23, 2019, 05:52:37 PM
Woops, here's a new version :
Antikore : Roguelike for PB
Me :


Me too
Title: Re: Set seeds for randomness
Post by: Antikore on April 13, 2021, 03:08:09 PM
So, as I'm making a roguelite game... Yeah?