Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abbey : Bookshelf has a skill book that is impossible to obtain #86

Closed
Question2 opened this issue Jan 11, 2021 · 2 comments
Closed

Abbey : Bookshelf has a skill book that is impossible to obtain #86

Question2 opened this issue Jan 11, 2021 · 2 comments
Assignees

Comments

@Question2
Copy link

image

That bookshelf has a outdoorsman skillbook but it is impossible to obtain it because it has the abbook.ssl script attached to it, which is only meant to be used with empty bookshelves in the abbey. It shouldnt have that script attached.

@Question2
Copy link
Author

Another way of fixing it is to add this to the abbook.ssl script :

procedure use_p_proc begin
 if (inven_count(self_obj) == 0) then begin
    script_overrides;
    display_mstr(102);
 end
end

So you can take stuff from the containers without the script blocking it.

@burner1024
Copy link
Member

Script solution looks good to me, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants