View Single Post
ploturo
Member
 
Join Date: May 2021
Posts: 84

Old May 26th, 2023, 01:15 PM
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.
ploturo is offline   #2 Reply With Quote