Initial Commit
Initial Commit
This commit is contained in:
12
_module/nss/hide_map.nss
Normal file
12
_module/nss/hide_map.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetExitingObject();
|
||||
object oArea = OBJECT_SELF;
|
||||
|
||||
if (!GetIsPC(oPC)) return;
|
||||
|
||||
ExploreAreaForPlayer(oArea, oPC, FALSE);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user