Playmaker Forum

PlayMaker Updates & Downloads => Share New Actions => Topic started by: OliverAge24 on July 14, 2015, 04:42:58 PM

Title: My first action!!! - Set Random Seed
Post by: OliverAge24 on July 14, 2015, 04:42:58 PM
Hey everyone,

Here is my first ever action for PlayMaker, it's fairly simple if you code, but if you're a noob like me, having it as a PlayMaker action is really important!

It just sets the Random.Seed to an INT value, you can use an INT variable.

If you want to use words as Seeds, I'm sure there's a way to convert strings to INTs, but this action is literally just to set the Random.Seed!

Cheers,
Oliver Age 24

My current PlayMaker project:
http://www.HornsOfFuryGame.co.uk/
Title: Re: My first action!!! - Set Random Seed
Post by: escpodgames on July 14, 2015, 07:00:14 PM
Awesome, thx!