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:
9
_module/nss/_uoa_exit_com.nss
Normal file
9
_module/nss/_uoa_exit_com.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetExitingObject();
|
||||
if (GetIsPC(oPC)==FALSE) return;
|
||||
SetLocalInt(oPC,"iAmInCommodityArea",0);
|
||||
DeleteLocalInt(oPC,"iAmInCommodityArea");
|
||||
SendMessageToPC(oPC,"You no longer have access to your commodities.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user