Staredit Network

Staredit Network -> UMS Assistance -> help on a rpg trigger
Report, edit, etc...Posted by Clan-LoRdS on 2005-02-06 at 02:31:55
in my rpg when a monster dies u will get a certain amount of money or maybe even an item, but i want it to be all random, i dont want it giving the same amount all the time. can u help me plz?
Report, edit, etc...Posted by DT_Battlekruser on 2005-02-06 at 02:33:20
We have tutorials for everything!

Use the randomization system to randomly select a benefit upon death.
Report, edit, etc...Posted by CeR on 2005-02-06 at 05:36:12
You can use a Switch.
In the trigger, set the switch ramdom and them make the another triggers:

Condition:
Kill a monster
Action:
Set Random "Switch 1"
------------------------------
Condition:
Switch 1" is set
Action:
Give money
-------------------------------
Condition:
Switch 1" is clear
Action:
Give an item


I always made of this form.
Report, edit, etc...Posted by (U)Bolt_Head on 2005-02-06 at 18:35:34
QUOTE(CeR @ Feb 6 2005, 04:36 AM)
You can use a Switch.
In the trigger, set the switch ramdom and them make the another triggers:

Condition:
Kill a monster
Action:
Set Random "Switch 1"
------------------------------
Condition:
Switch 1" is set
Action:
Give money
-------------------------------
Condition:
Switch 1" is clear
Action:
Give an item
I always made of this form.
[right][snapback]139586[/snapback][/right]


Sweet free items ast the start of the game.
Sweet a new Kill condition that some how works more than once
Sweet triggers that work multiple times without preserve trigger.
Sweet more sarcasim.
Report, edit, etc...Posted by DT_Battlekruser on 2005-02-06 at 20:45:37
QUOTE
Sweet free items ast the start of the game.
Sweet a new Kill condition that some how works more than once
Sweet triggers that work multiple times without preserve trigger.
Sweet more sarcasim.


1. Vaild
2. This is assuming as I did that he already knows how to cause something to fire when a unit dies.
3. I imaged there is an assumed preservetrigger
4. lol.

(2) is major worthlessness
(3) yeah I guess you could pick that. (1/2 or 1)

63%, not as on as you are eh, Bolt? tongue.gif
Report, edit, etc...Posted by Neiji on 2005-02-06 at 22:32:55
You can't set kills, so i guess this is worthless...
Report, edit, etc...Posted by PCFredZ on 2005-02-07 at 17:18:26
Obviously the guy knows what he's talking about if he got it to work right...
Next Page (1)