generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
19
_module/nss/revealarea.nss
Normal file
19
_module/nss/revealarea.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Reveal Map on Area Load
|
||||
//:: reveal_map.nss
|
||||
//:: Copyright (c) 2001 Bioware Corp.
|
||||
//:: Created By: Phillip Alex Haddox
|
||||
//:: Created On: August 20, 2002
|
||||
//:://////////////////////////////////////////////
|
||||
//
|
||||
// Put this script on the OnEnter Event script in
|
||||
// the area properties. It will completely reveal
|
||||
// the mini-map to all players as they zone in.
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
object oArea = GetArea(oPC);
|
||||
|
||||
ExploreAreaForPlayer (oArea,oPC);
|
||||
}
|
||||
Reference in New Issue
Block a user