c4in
Posts : 476 Join date : 2015-08-21
Character sheet Name: Curse Faction: Self Level: 50
| Subject: Countless of books spawning at The Sink, script error Wed May 13, 2020 2:23 am | |
| So. I have a problem with the mod "Book Diversity Project" which is not publicly available anymore. What happens, is that once I go to The Sink in Old World Blues, this mod spawns every book included in the mod at once and the game either runs at 3-4 fps or crashes. I believe that it's a scripting error, but I don't know that kind of stuff. The mod itself does not have OWB as master. The script is down below. - Code:
-
scn 0BigBookGeneric01ReplaceScript
ref me
Begin Gamemode
;BOOKDELETE
set me to getself me.disable me.markfordelete
;BOOKCALC
if abran < 176 set abran to abran + 1 else set abran to 1 endif
;BOOKLIST
if abran == 1 me.placeatme 0BigBookA001 1 elseif abran == 2 me.placeatme 0BigBookA002 1 elseif abran == 3 me.placeatme 0BigBookA003 1 elseif abran == 4 //(there are 176 books)
endif end
_________________ Walking down an unknown road |
|