Author Topic: FireRelayRandomNum  (Read 428 times)

I need an addon that would fire a relay in a random event line

For example:
  • OnActivate >  self > FirerelayRandomNum > 1 2 3
  • [1]OnRelay >  self > setitem > Rock
    [2]OnRelay >  self > setitem > Paper
    [3]OnRelay >  self > setitem > Scicross

    Would randomly give you a Rock, a paper or a scicross

    This event would be useful for playing Rock, Paper and Sicross or to find random loot from boxes.  :cookieMonster:
    I NEED this event.

    NOTE : I hate VCE, DONT suggest me to use VCE for these events.
« Last Edit: February 15, 2014, 02:42:45 PM by robot1 »

look...... I know you said not VCE and all.. but this is really easy with VCE's random dice event or whatever
and it doesn't require someone to go through the trouble of making an entire addon for something that already exists as part of a bigger, more useful, set of events

Just use spawnProjectile on a 1x3 plate with 3 1x1 plates below it with onProjectileHit events. That's what people have been using for years, and its probably one of the simplest to make.