HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Night spell...help

04-29-2004, 06:31 AM#1
Nemo
how do i do so a spell only can be cast on the night?
04-29-2004, 09:14 AM#2
HEZZA
TRIGGERS :D

unit begins casting ability

ability = (ur ability)



ACTIONS

If then else multiple genius's

IF
Time of day greater than = 18 this will be an interger condition
(not so sure cause im at school) :<

then

do ability

if not

dont
04-29-2004, 12:48 PM#3
Nemo
Quote:
Originally Posted by HEZZA
TRIGGERS :D

unit begins casting ability

ability = (ur ability)



ACTIONS

If then else multiple genius's

IF
Time of day greater than = 18 this will be an interger condition
(not so sure cause im at school) :<

then

do ability

if not

dont


will this work on an aura...because my spell is an aura...

and...i dont think there is any trigger..like Do spell..

Nemo
04-29-2004, 02:03 PM#4
HEZZA
Quote:
Originally Posted by Nemo
will this work on an aura...because my spell is an aura...

and...i dont think there is any trigger..like Do spell..

Nemo


well in that case...
Unit - add ability to ur hidden secret dummy castor
05-01-2004, 12:06 AM#5
RED-Death
Quote:
Originally Posted by Nemo
how do i do so a spell only can be cast on the night?


have you tried...
event
if time of day = to (whatever night is)

condition
unit is (whatever unit) = true

action
give unit ability (spell)

and then just make another trigger that takes it away in the morning :)
05-01-2004, 12:44 AM#6
linkmaster23
That or, for a more unique effect. Just, during day, take away the REAL MOVE, and replace it with a AURA that does nothing. Then when Night comes, replace that move with the AURA that works. Make sense?
05-07-2004, 05:29 PM#7
Nemo
anyway it works now...thanks for help

Nemo