View Single Post
sleepyspoonie
Junior Member
 
Join Date: Feb 2017
Posts: 7

Old May 18th, 2017, 06:22 AM
Sorry, I have no idea how to word this. I need to write a script for a class I'm building, and I'm frankly rather lost. What I'm doing is a modification of the Disruptive Strike/Improved Disruptive Strike from the Hunter class. Improved Disruptive Strike gives the user an additional use of Disruptive Strike as an encounter power per encounter.

The script for Improved Disruptive Strike is as follows:

Quote:
doneif (activated = 0)
hero.childfound[pRgrDisSho].field[spcMax].value += 1
What I want to do instead is rather than just having the one power, I want the user to be able to select from three different powers. I can use the script to add them all at once, but I don't know how to make it so that the user's selection determines which part of the script is active.

Last edited by sleepyspoonie; May 23rd, 2017 at 06:29 AM.
sleepyspoonie is offline   #1 Reply With Quote