Senior Member
Join Date: Jan 2011
Location: Quebec, QC, Canada
Posts: 475
|
I am trying to write a script that would make an item assign 1 or more copies of a single tag to the hero, the number of copies depending on a chooser set by the user.
Can someone point me to a thing that does something like that? |
#1 |
Member
Join Date: May 2021
Posts: 84
|
Code:
var total as number total = 5 var x as number x = 0 while (x < total) x += 1 perform hero.assign[Classes.S2Gestalt] loop Last edited by ploturo; May 26th, 2023 at 01:17 PM. |
#2 |
Thread Tools | |
Display Modes | |
|
|