How can I disable the match time from 15mins to infinite in custom game FFA using the workshop?
Event: ongoing Global
Condition:
Match time < 1
action
Set Match time(60);
should work
If you are having trouble looping in hero selection or setup then
Add to the condition
Is Assembling hero == false
Is in Setup == false
thanks. while we are at it; how can I reset all ability cooldowns after a kill? i’m trying a convenient 1v1 ffa match… I love 1v1s.
Abilities cool-downs are tricky but you can kind of cheat the system since you said all abilities… then you could force switch to another hero than back again which naturally resets abilities.
Give me a moment
hmm… the match timer thing isn’t working :\
Event: Player earned elimiation
Team: all
Player: all
action:
set player variable( Attacker, A, Hero Of( Attacker));
Start forcing player to hero (Ana);
wait(0.016);
Start forcing player to hero (Player Variable(A));
Stop forcing player to be hero;
Could you show me your code and is it just not working or is it doing something else?
how can I share a pic? this site wont allow me to share an imgur
Before you go into workshop, in settings… if you look on your right where the word summary is the third button (share code) will generate a 5 digit thing.
What is the 5 digits?
tg824………………………………
Elimation can’t use AI bots, are you teaming up with a friend to test this?