Module commit
Module commit.
This commit is contained in:
10
_module/nss/s_lib_search_exi.nss
Normal file
10
_module/nss/s_lib_search_exi.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
void main()
|
||||
{
|
||||
object oBookshelf = GetNearestObjectByTag("Bookshelf",OBJECT_SELF);
|
||||
object oPC = GetExitingObject();
|
||||
|
||||
SetLocalInt(oBookshelf,"PCSearch",0);
|
||||
SetLocalString(oBookshelf,"PCID","");
|
||||
SetLocalInt(oPC,"Research",0);
|
||||
SetLocalInt(oPC,"SearchTime",0);
|
||||
}
|
||||
Reference in New Issue
Block a user