Difference between revisions of "Talk:FormList Script"
Jump to navigation
Jump to search
no edit summary
imported>Kuertee |
imported>Kuertee |
||
Line 4: | Line 4: | ||
: -- [[User:Cipscis|Cipscis]] 00:48, 19 February 2012 (EST) | : -- [[User:Cipscis|Cipscis]] 00:48, 19 February 2012 (EST) | ||
Changes to the FormList with AddForm () and RemoveAddedForm () are not saved in the saved-game file. | |||
==Saving Form Lists== | |||
Changes to the FormList with AddForm () and RemoveAddedForm () are not saved in the saved-game file.<br/> | |||
I had to keep a separate data in an Array.<br/> | |||
Then restore them to the FormList when the file is reloaded.<br/> | |||
I'm not sure which runs faster but HasForm () is easier than going through an Array just to find if a Form exists in the list.<br/> | |||
-- [[User:Kuertee|Kuertee]] 07:39, 1 March 2012 (EST) |