Problem with special effect

Cres

New Member
Reaction score
25
When i cast this spell, a line of animate dead special effects fires in a line, like a shockwave but sometimes it does not fire the last animation and instead creates it in the middle... thats really annoying...

Thanks TH, but i think my trigger is really long and i cant copy it fully :(
 

The Helper

Necromancy Power over 9000
Staff member
Reaction score
1,701
They are
Code:
 tags or just use the # sign on the post window.
 

Cres

New Member
Reaction score
25
Ok, heres the trigger

Code:
Events
Unit - A unit Begins casting an ability
Conditions
(Ability being cast) Equal to Arcane Missle 
Actions
Set Stunned1 = (Units in (Region centered at ((Position of (Triggering unit)) offset by 101.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) with size (100.00, 100.00)) matching (((Matching unit) belongs to an enemy of Owner of (triggering unit))) equal to true
Set Stunned2 = (Units in (Region centered at ((Position of (Triggering unit)) offset by 201.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) with size (100.00, 100.00)) matching (((Matching unit) belongs to an enemy of Owner of (triggering unit))) equal to true
Set Stunned3 = (Units in (Region centered at ((Position of (Triggering unit)) offset by 301.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) with size (100.00, 100.00)) matching (((Matching unit) belongs to an enemy of Owner of (triggering unit))) equal to true
Set Stunned4 = (Units in (Region centered at ((Position of (Triggering unit)) offset by 401.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) with size (100.00, 100.00)) matching (((Matching unit) belongs to an enemy of Owner of (triggering unit))) equal to true
Set Stunned5 = (Units in (Region centered at ((Position of (Triggering unit)) offset by 501.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) with size (100.00, 100.00)) matching (((Matching unit) belongs to an enemy of Owner of (triggering unit))) equal to true
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 50.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Wait 0.05 seconds
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 100.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Unit Group - Pick every unit in Stunned1 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned1), do (Actions)
            Loop - Actions
                Unit - Pause (Picked unit)
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 150.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Wait 0.05 seconds
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 200.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Unit Group - Pick every unit in Stunned2 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned2), do (Actions)
            Loop - Actions
                Unit - Pause (Picked unit)
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 250.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Wait 0.05 seconds
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 300.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Unit Group - Pick every unit in Stunned3 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned3), do (Actions)
            Loop - Actions
                Unit - Pause (Picked unit)
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 350.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Wait 0.05 seconds
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 400.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Unit Group - Pick every unit in Stunned4 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned4), do (Actions)
            Loop - Actions
                Unit - Pause (Picked unit)
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 450.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Wait 0.05 seconds
Special Effect - Create a special effect at ((Position of (Triggering unit)) offset by 500.00 towards (Angle from (Position of (Triggering unit)) to (Target point of ability being cast)) degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
Unit Group - Pick every unit in Stunned5 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned5), do (Actions)
            Loop - Actions
                Unit - Pause (Picked unit)
Wait ((Real((Level of Arcane Missle  for (Triggering unit)))) x 1.00) seconds
Unit Group - Pick every unit in Stunned1 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned1), do (Actions)
            Loop - Actions
                Unit - Unpause (Picked unit)
Unit Group - Pick every unit in Stunned2 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned2), do (Actions)
            Loop - Actions
                Unit - Unpause (Picked unit)
Unit Group - Pick every unit in Stunned3 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned3), do (Actions)
            Loop - Actions
                Unit - Unpause (Picked unit)
Unit Group - Pick every unit in Stunned4 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned4), do (Actions)
            Loop - Actions
                Unit - Unpause (Picked unit)
Unit Group - Pick every unit in Stunned5 and do (Actions)
    Loop - Actions
        For each (Integer A) from 1 to (Number of units in Stunned5), do (Actions)
            Loop - Actions
                Unit - Unpause (Picked unit)

Ok... if theres a better way to do this, please tell me. Also, i know i didnt put the "stunned" symbol over the units because i cant remove it afterwards
 
L

Laika.

Guest
Ok, I could help you clean that up. I just need you to describe what you want it to do... as it isn't very clear from your code.
 
N

NRinpun

Guest
You know you can make Stunned an array, right? That way, you can have a large For loop that calls Stunned[Integer A] instead of Stunned1...Stunned5 without a for loop.
 

Cres

New Member
Reaction score
25
yes, i tried using array, but that screwed it over even more lol so i stuck to the slow boring way, but it would be great if you could show me how to really do it lol

The spell is a shock wave that stuns
 
D

dArKzEr0

Guest
I'll try remaking your trigger now.

dArKz

Edit//

Ok, I've remade your trigger and it's working fine. Here it is:
Code:
Arcane Missle
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Arcane Missle 
    Actions
        Set Casting_Hero = (Casting unit)
        Set Point_of_Start = (Position of Casting_Hero)
        Set Point_of_Cast = (Target point of ability being cast)
        Set Casting_Angle = (Angle from (Position of Casting_Hero) to Point_of_Cast)
        For each (Integer A) from 1 to 5, do (Actions)
            Loop - Actions
                Set Stunned_Units[(Integer A)] = (Units in (Rect centered at (Point_of_Start offset by (100.20 x (Real((Integer A)))) towards Casting_Angle degrees) with size (400.00, 400.00))(((Matching unit) belongs to an enemy of (Owner of Casting_Hero)) Equal to True))
        For each (Integer A) from 1 to 10, do (Actions)
            Loop - Actions
                Wait 0.05 seconds
                Special Effect - Create a special effect at (Point_of_Start offset by (50.00 x (Real((Integer A)))) towards Casting_Angle degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        Or - Any (Conditions) are true
                            Conditions
                                (Integer A) Equal to 2
                                (Integer A) Equal to 4
                                (Integer A) Equal to 6
                                (Integer A) Equal to 8
                                (Integer A) Equal to 10
                    Then - Actions
                        Unit Group - Pick every unit in Stunned_Units[((Integer A) / 2)] and do (Actions)
                            Loop - Actions
                                Unit - Pause (Picked unit)
                                Unit - Order Casting_Hero to damage (Picked unit) for (40.00 x (Real((Level of Arcane Missle  for Casting_Hero)))) using attack type Spells and damage type Normal.
                    Else - Actions
                        Do nothing
        Wait ((Real((Level of Arcane Missle  for Casting_Hero))) x 1.00) seconds
        For each (Integer A) from 1 to 5, do (Actions)
            Loop - Actions
                Unit Group - Pick every unit in Stunned_Units[(Integer A)] and do (Actions)
                    Loop - Actions
                        Unit - Unpause (Picked unit)

Variables:
Casting_Hero - Unit
Point_of_Start - Point
Point_of_Cast - Point
Casting_Angle - Real
Stunned_Units (Array) - Unit Group


I'll try working on getting you the stun effect now.

Edit II//
Oh, I added some damage to have a better visual as to whether it was working or not. You can remove it if you wish.
 

XXXconanXXX

Cocktails anyone?
Reaction score
284
Instead of using "Region centered at" use "Pick Every unit In 400.00(Whatever) Range of Unit"
 
D

dArKzEr0

Guest
Wouldn't doing that not get the "shockwave" type of spell he's going for? His spell attacks units in a line.

dArKz
 
D

dArKzEr0

Guest
I studied the trigger a bit more, and I still haven't found a way to give the units the stun effect, but I’m working on it. Anyway, I’ve found a couple of problems with the trigger. First off, if the size of the rect is 100,100, the units affected by the spell will be in a very narrow line. If you increase the size of the rect, to say 400,400, then you can’t use the damage line I added in there, because the rects will overlap and therefore damage some units more than others. Also, using wait in a loop causes a bit of a stall, so when you set your variable Stunned_Units, the unit may have moved before the animation/effects take place, thereby looking…well...ugly. To fix this, all you need to do is move the "Set stunned_units = ...." to the second loop, like this:

Code:
Arcane Missle
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Arcane Missle 
    Actions
        Set Casting_Hero = (Casting unit)
        Set Point_of_Start = (Position of Casting_Hero)
        Set Point_of_Cast = (Target point of ability being cast)
        Set Casting_Angle = (Angle from (Position of Casting_Hero) to Point_of_Cast)
        For each (Integer A) from 1 to 10, do (Actions)
            Loop - Actions
                Wait 0.01 seconds
                Special Effect - Create a special effect at (Point_of_Start offset by (50.00 x (Real((Integer A)))) towards Casting_Angle degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        Or - Any (Conditions) are true
                            Conditions
                                (Integer A) Equal to 2
                                (Integer A) Equal to 4
                                (Integer A) Equal to 6
                                (Integer A) Equal to 8
                                (Integer A) Equal to 10
                    Then - Actions
                        [B]Set Stunned_Units[((Integer A) / 2)] = (Units in (Rect centered at (Point_of_Start offset by (100.00 x ((Real((Integer A))) / 2.00)) towards Casting_Angle degrees) with size (200.00, 200.00))(((Matching unit) belongs to an enemy of (Owner of Casting_Hero)) Equal to True))[/B]
                        Unit Group - Pick every unit in Stunned_Units[((Integer A) / 2)] and do (Actions)
                            Loop - Actions
                                Unit - Pause (Picked unit)
                                Unit - Order Casting_Hero to damage (Picked unit) for (40.00 x (Real((Level of Arcane Missle  for Casting_Hero)))) using attack type Spells and damage type Normal.
                    Else - Actions
                        Do nothing
        Wait ((Real((Level of Arcane Missle  for Casting_Hero))) x 1.00) seconds
        For each (Integer A) from 1 to 5, do (Actions)
            Loop - Actions
                Unit Group - Pick every unit in Stunned_Units[(Integer A)] and do (Actions)
                    Loop - Actions
                        Unit - Unpause (Picked unit)

dArKz
 

xPheRe

New Member
Reaction score
43
Why not adding the damaged units to a uniqueunit-group, then check only for units that the spell hasn't damaged yet?
 
D

dArKzEr0

Guest
I'm not sure what you mean. What exactly are you suggesting we add to the trigger?

dArKz
 

Cres

New Member
Reaction score
25
Errr technically wouldnt the trigger only stun sometimes, because you didnt remove the picked unit from the unit group so isnt there a chance you will pick it again?
 
D

dArKzEr0

Guest
You may pick it again, but that won't matter if you don't deal damage. That only means that you'll pause the unit twice and unpause it twice. It has the same effect you were trying to get, except I made the size bigger. You can set it back to 100,100 if you wish...

dArKz
 

xPheRe

New Member
Reaction score
43
I was suggesting something like this
Code:
Arcane Missile
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Arcane Missle 
    Actions
        Clear group DamagedUnits
        Set Casting_Hero = (Casting unit)
        Set Point_of_Start = (Position of Casting_Hero)
        Set Point_of_Cast = (Target point of ability being cast)
        Set Casting_Angle = (Angle from (Position of Casting_Hero) to Point_of_Cast)
        For each (Integer A) from 1 to 10, do (Actions)
            Loop - Actions
                Wait 0.01 seconds
                Special Effect - Create a special effect at (Point_of_Start offset by (50.00 x (Real((Integer A)))) towards Casting_Angle degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        Or - Any (Conditions) are true
                            Conditions
                                (Integer A) Equal to 2
                                (Integer A) Equal to 4
                                (Integer A) Equal to 6
                                (Integer A) Equal to 8
                                (Integer A) Equal to 10
                    Then - Actions
[I]                        Set Stunned_Units[((Integer A) / 2)] = (Units in (Rect centered at (Point_of_Start offset by (100.00 x ((Real((Integer A))) / 2.00)) towards Casting_Angle degrees) with size (200.00, 200.00))(((Matching unit) belongs to an enemy of (Owner of Casting_Hero)) Equal to True) [B]And (((Matching unit) is in (DamagedUnits)) equal to False)[/B])
                        [B]Add Stunned_Units[((Integer A) / 2)] to DamagedUnits[/B][/I]
                        Unit Group - Pick every unit in Stunned_Units[((Integer A) / 2)] and do (Actions)
                            Loop - Actions
                                Unit - Pause (Picked unit)
                                Unit - Order Casting_Hero to damage (Picked unit) for (40.00 x (Real((Level of Arcane Missle  for Casting_Hero)))) using attack type Spells and damage type Normal.
                    Else - Actions
                        Do nothing
        Wait ((Real((Level of Arcane Missle  for Casting_Hero))) x 1.00) seconds
        For each (Integer A) from 1 to 5, do (Actions)
            Loop - Actions
                Unit Group - Pick every unit in Stunned_Units[(Integer A)] and do (Actions)
                    Loop - Actions
                        Unit - Unpause (Picked unit)

Set Stunned_Units[((Integer A) / 2)] = (Units in (Rect centered at (Point_of_Start offset by (100.00 x ((Real((Integer A))) / 2.00)) towards Casting_Angle degrees) with size (200.00, 200.00))(((Matching unit) belongs to an enemy of (Owner of Casting_Hero)) Equal to True) And (((Matching unit) is in (DamagedUnits)) equal to False))

[EDIT]This line it's soooooo long, I add a condition for checking the unit against a group of units that the spell has damaged yet. Then the next line add all units on previous group to the DamagedUnits[/EDIT]
 
D

dArKzEr0

Guest
Good idea xPheRe, that makes great sense. Also, using that variable I got the stun effect to work. Here's the trigger with xPheRe's variable idea and the stun effect as well:
Code:
Arcane Missle
    Events
        Unit - A unit Starts the effect of an ability
    Conditions
        (Ability being cast) Equal to Arcane Missle 
    Actions
        Set Casting_Hero = (Casting unit)
        Set Point_of_Start = (Position of Casting_Hero)
        Set Point_of_Cast = (Target point of ability being cast)
        Set Casting_Angle = (Angle from (Position of Casting_Hero) to Point_of_Cast)
        Set Damaged_Units = (Create Unit Group)
        For each (Integer A) from 1 to 10, do (Actions)
            Loop - Actions
                Wait 0.01 seconds
                Special Effect - Create a special effect at (Point_of_Start offset by (50.00 x (Real((Integer A)))) towards Casting_Angle degrees) using Abilities\Spells\Undead\AnimateDead\AnimateDeadTarget.mdl
                If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                    If - Conditions
                        Or - Any (Conditions) are true
                            Conditions
                                (Integer A) Equal to 2
                                (Integer A) Equal to 4
                                (Integer A) Equal to 6
                                (Integer A) Equal to 8
                                (Integer A) Equal to 10
                    Then - Actions
                        Set Stunned_Units[((Integer A) / 2)] = (Units in (Rect centered at (Point_of_Start offset by (100.00 x ((Real((Integer A))) / 2.00)) towards Casting_Angle degrees) with size (200.00, 200.00))((((Matching unit) belongs to an enemy of (Owner of Casting_Hero)) Equal to True) and (((Matching unit) is 
                        Unit Group - Add all units of Stunned_Units[((Integer A) / 2)] to Damaged_Units
                        Unit Group - Pick every unit in Stunned_Units[((Integer A) / 2)] and do (Actions)
                            Loop - Actions
                                Unit - Pause (Picked unit)
                                Unit - Order Casting_Hero to damage (Picked unit) for (40.00 x (Real((Level of Arcane Missle  for Casting_Hero)))) using attack type Spells and damage type Normal.
                    Else - Actions
                        Do nothing
        For each (Integer A) from 1 to (Number of units in Damaged_Units), do (Actions)
            Loop - Actions
                Special Effect - Create a special effect attached to the overhead of (First unit of group Damaged_Units) using Abilities\Spells\Human\Thunderclap\ThunderclapTarget.mdl
                Set Stun_Effect[(Integer A)] = (Last created special effect)
                Unit Group - Remove (First unit of group Damaged_Units) from Damaged_Units
        Wait ((Real((Level of Arcane Missle  for Casting_Hero))) x 1.00) seconds
        For each (Integer A) from 1 to 5, do (Actions)
            Loop - Actions
                Unit Group - Pick every unit in Stunned_Units[(Integer A)] and do (Actions)
                    Loop - Actions
                        Unit - Unpause (Picked unit)
        For each (Integer A) from 1 to 9999999, do (Actions)
            Loop - Actions
                Special Effect - Destroy Stun_Effect[(Integer A)]

Variables:
Casting_Hero - Unit
Point_of_Start - Point
Point_of_Cast - Point
Casting_Angle - Real
Stunned_Units (Array) - Unit Group
Damaged_Units - Unit Group
Stun_Effect (Array) - Special Effect

Post if you have any problems or are worried about some part of the trigger.

dArKz
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top