generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
17
_module/nss/revealmap.nss
Normal file
17
_module/nss/revealmap.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
This script will automatically explore the map
|
||||
of the area it is attached to when a player enters
|
||||
the area.Place in the OnClientEnter Slot of an area.
|
||||
*/
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetEnteringObject();
|
||||
object oArea = GetArea(oPC);
|
||||
|
||||
ExploreAreaForPlayer(oArea, oPC);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user