Module commit
Module commit.
This commit is contained in:
7
_module/nss/_uoa_enter_com.nss
Normal file
7
_module/nss/_uoa_enter_com.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
if (GetIsPC(oPC)==FALSE) return;
|
||||
SetLocalInt(oPC,"iAmInCommodityArea",99);
|
||||
SendMessageToPC(oPC,"You now have access to your commodities.");
|
||||
}
|
Reference in New Issue
Block a user