Page 1 of 1

alcove+scrolls

Posted: Wed Oct 24, 2012 10:08 pm
by Aschema
Sorry again.
I want to open a door when alcove 1 have this kind of scroll (id:SCROLL_A) and second alcove (ID:Scroll_B) etc etc...

the For i in alcove:containedItems() do
if i .name == "SCROLL_A" then...


Scroll A never work. "scroll" works... but the real name real ID of the scroll not working... i did something wrong ?

Re: alcove+scrolls

Posted: Wed Oct 24, 2012 10:24 pm
by Billick
it looks like you want

if i.id == "SCROLL_A" then...