totemchestScript
Bloodmoon.esm
Source
1Begin totemchestScript
2
3if ( GetJournalIndex BM_Ceremony1 == 20 )
4 if ( player->GetItemCount misc_BM_ClawFang_UNIQUE > 0 )
5 Journal BM_Ceremony1 30
6 endif
7endif
8
9if ( GetItemCount misc_BM_ClawFang_UNIQUE > 1 )
10 RemoveItem misc_BM_ClawFang_UNIQUE 1
11endif
12
13if ( OnActivate == 1 )
14 if ( PCWerewolf == 1 )
15 MessageBox "Those cursed by the Beast may not open this sacred chest."
16 else
17 Activate
18 endif
19endif
20
21End totemchestScript