Complex copying spell

DiFm

New Member
Reaction score
35
MUI_User = the unit with the spell. Since This is not normally MUI you have to make it MUI using arrays. so since the array is 100 that means 100 units can have this ability and not be bugged however if 101 units with this abilty casting it that units spell will be bugged.

MUI = The Integer to check what array it should be. So that when the first unit with sharingan copies a spell he get array [1] and the second [2].

Mui_True = This is to check if the unit allready has a variable set to him if he does He should keep that one otherwise removing spells wont work as fine.

Example:
FIrst the unit has array [1] he copies 1 skills so he MUI_Skill1[1] = copied second time he gets a new Array [2] so he copies a skill in MUI_Skill1[2] = Copied

Everytime he copies a skill it will be a new array in that case so all his spells will be MUI_Skill1 and never become MUI_Skill4 allowing him to copy as many abilities as he likes without a limit.

MUI_Loop & MUI_Loop2 = This is made to save The MUI Old settings as we give the unit his old array we overwrite the current MUI so we need to store it in another integer then at the bottom we set the MUI back.

LeakPoint = Point at the victim that casted the ability.

TempGroup = Checks if any unit within the range has the buff sharingan. Any Unit in here will copy the spell casted (IF it doesnt allready have copied it).

MUI_SkillsX[MUI] = MUI_Skills1[MUI] This is always the ability you have had the shortest or to speak the ability you just recently copied. As soon as you copy a new ability MUI_Skills1 = ability being cast and MUI_Skills2 = MUI_Skills1. OBS the Limit must be the top action. The remove Highest then Set MUI_Skills4 = MUI_Skills3 Etc. By changing the remove action to remove MUI_Skills3[MUI] and then remove the variable MUI_Skills4 you have decreased the limit to 3 so a maximum of 3 spells is abled to be copied same time.
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      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