FingerText icon indicating copy to clipboard operation
FingerText copied to clipboard

Unable to get a certain dynamic list hotspot to work.

Open CSoest opened this issue 12 years ago • 0 comments

I am working with getting a snippet to give a user a Listbox choice between Nothing, and the particular line or block of script. For some reason when ever the "AnimationArray = AnimationListArray" line is hit it is removed automatically when tabbing too it.

I am assuming I have a syntax error or something but I have been unable to find any thing. Any advice?

P.S. Is there a better way to allow the user to choose between nothing and something without a empty carriage return being left in place of the "nothing"?

Here is the data I am using: TriggerText = desc Scope = GLOBAL Content =

$[![(lis)ActorDesc|base/npcdesc]!] {
$[![(lis)Name = "$[![Name]!]";|]!] $[![(lis)|AnimationArray = AnimationListArray { AnimationLists = array ( #$[![(run)C:_Vigil\Project4\assets\mainline\build\scripts\helpers\getPackageName.bat]!]/$[![(key)FILENAME]!]_Animations, ); };]!] }[>END<]

CSoest avatar Jan 02 '13 18:01 CSoest