barenAlenScript
Morrowind.esm
Variables
3
Local Variables
givenOrders
givenDocuments
hasLandDeed
Source
1Begin barenAlenScript
2
3;for HH_BankFraud
4short givenOrders
5
6;for HH_ReplaceDocs
7short givenDocuments
8
9;checks to see if he still has a land deed
10short hasLandDeed
11
12if ( GetItemCount "bk_stronghold_ld_hlaalu" > 0 )
13 Set hasLandDeed to 1
14endif
15
16End