Is there a way to remove the book completely from the game world?
I know how to use disable and MoveTo to move an object to an empty cell, but is that the only way?
ScriptName blablalBegin OnAdd player set wait to 1EndBegin GameMode if wait < 10 set wait to wait + 1 else RemoveMe endifEnd