Search found 1 match
- Tue Aug 05, 2003 9:47 am
- Forum: NWN Scripting
- Topic: Script for all avlis to use if wanting
- Replies: 17
- Views: 18882
If you post the version with the loop that's not working, we can all stare at it and try to fix it. I assume you have been using IntToString() and string concatenation with "+" right? Totally pulling this out of my behind: int i; string sI; for (i=1; i<36; i++) { sI = IntToString(i); if (GetItemPoss...