André Axe'm
Joined: 10 Nov 2008 Posts: 16
|
Posted: Thu Jun 11, 2009 13:42 Post subject: LetoScript command limit? |
|
|
I have a long LetoScript command I'm trying to execute.
It doesn't give me an error, but it also doesn't appear to be doing anything.
I'm guessing I'm hitting some sort of input limit and the save/close command is being snipped.
Is there such a limit?
Any thoughts on how I can get around it? (if it exists)
Here is the script.
Code: | %char = 'C:/NeverwinterNights/NWN/servervault/Roth_Mythic Builds/' + FindNewestBic(q<C:/NeverwinterNights/NWN/servervault/Roth_Mythic Builds>) or die - $!;add /Backup, type => gffList; add /Backup/FeatList, copyfrom => /FeatList; add /Backup/SkillList, copyfrom => /SkillList; add /Backup/Str, copyfrom => /Str; add /Backup/Dex, copyfrom => /Dex; add /Backup/Con, copyfrom => /Con; add /Backup/Int, copyfrom => /Int; add /Backup/Wis, copyfrom => /Wis; add /Backup/Cha, copyfrom => /Cha; add /Backup/LvlStatList, copyfrom => /LvlStatList; add /Backup/RefSaveThrow, copyfrom => /RefSaveThrow; add /Backup/WillSaveThrow, copyfrom => /WillSaveThrow; add /Backup/FortSaveThrow, copyfrom => /FortSaveThrow; /Lootable = 40;%char = '>'; close %char; |
|
|
Baaleos
Joined: 02 Sep 2007 Posts: 830
|
Posted: Thu Jun 11, 2009 15:32 Post subject: Does this work? |
|
|
Do Smaller Letoscript queries work?
I only ask, because I see the GetLatestBic function being called, but don't see it returning a bic file name.
Are you sure you are using the correct version of letoscript.dll |
|