Lone Wolf Development Forums

Lone Wolf Development Forums (http://forums.wolflair.com/index.php)
-   HL - Pathfinder Roleplaying Game (http://forums.wolflair.com/forumdisplay.php?f=62)
-   -   Assigning multiple copies of tag (http://forums.wolflair.com/showthread.php?t=67739)

Lord Magus April 8th, 2023 08:42 AM

Assigning multiple copies of tag
 
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?

ploturo 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



All times are GMT -8. The time now is 06:17 PM.

Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.