Difference between revisions of "GetNthAlias - Quest"
Jump to navigation
Jump to search
Created page with "Assuming the code below is a quest script getting it's own aliases. <source lang="papyrus"> int idx = self.GetNumAliases() while idx > 0 idx -= 1 Alias nthAlias = in.GetNth..."
imported>Jbezorg (Created page with "Assuming the code below is a quest script getting it's own aliases. <source lang="papyrus"> int idx = self.GetNumAliases() while idx > 0 idx -= 1 Alias nthAlias = in.GetNth...") |
(No difference)
|