Areas and Fixes
Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
This commit is contained in:
12
_module/nss/s_lib_search_ent.nss
Normal file
12
_module/nss/s_lib_search_ent.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
object oBookshelf = GetNearestObjectByTag("Bookshelf",OBJECT_SELF);
|
||||
|
||||
int iPCSearch = GetLocalInt(oBookshelf,"PCSearch");
|
||||
|
||||
if (GetIsPC(oPC) && !GetIsDM(oPC) && (iPCSearch==0))
|
||||
{
|
||||
ActionStartConversation(oPC,"librarysearch",TRUE,FALSE);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user