HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Coin Toss?

11-02-2003, 03:33 PM#1
drezman
how do you make a coin throw spell, i saw someone try to make it but i couldnt get it to work.
11-02-2003, 03:38 PM#2
IDISacredIDI
Quote:
Originally posted by drezman
how do you make a coin throw spell, i saw someone try to make it but i couldnt get it to work.


What do you mean by coin throw?

A spell that throws coins at your enemy while deducting money from you? To do that you will have to set up a trigger that would recognize your spell being cast and deduct say 10gold from that players total money. (kind of like throw gill in FF)

A popup menu type thing that has a piccie of a coin being thrown (would be cool) and depending what it landed on depends on what you do/happens. Not a clue how to do something like that, would be nice to see it though.

As I said im not too sure what you mean by "coin toss" so could you please explain more.

IDISacredIDI
11-02-2003, 04:02 PM#3
drezman
exactly wat u just sed, lol

Quote:
A spell that throws coins at your enemy while deducting money from you? To do that you will have to set up a trigger that would recognize your spell being cast and deduct say 10gold from that players total money. (kind of like throw gill in FF)
11-02-2003, 04:42 PM#4
Fire-Dragons
the problem is how to know how much money to toss???
11-02-2003, 05:25 PM#5
IDISacredIDI
Quote:
Originally posted by Fire-Dragons
the problem is how to know how much money to toss???


You could use if/then/else commands.

If "spell cast" then deduct 10 gold from casting player else do nothing.
11-02-2003, 08:14 PM#6
drezman
ok, but how exactly do i make the spell?
11-02-2003, 10:18 PM#7
IDISacredIDI
Quote:
Originally posted by drezman
ok, but how exactly do i make the spell?


You could use any spell, its the trigger that will deduct the gold.

IDISacredIDI
11-02-2003, 10:33 PM#8
Arohk
use the firebolt ability and the trigger

*Einheit - A unit begins, to cast a spell

*(Ability being cast) Gleich Toss Coin (or what ever)


*Spieler - Add -10 to (Owner of (Casting unit)) Aktuelles Gold

i think this should be work
but how to set the gold you want throw?