Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
12
_module/nss/psc_pvt_close.nss
Normal file
12
_module/nss/psc_pvt_close.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "sql_inc"
|
||||
#include "chr_inc"
|
||||
#include "dbg_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
object chest = OBJECT_SELF;
|
||||
object pc = GetLastClosedBy();
|
||||
|
||||
util_ClearInventory(chest);
|
||||
DeleteLocalInt(chest, "PSC_PVT_PCID");
|
||||
}
|
||||
Reference in New Issue
Block a user