Initial commit
Initial commit.
This commit is contained in:
13
_module/nss/map_reveal_trig.nss
Normal file
13
_module/nss/map_reveal_trig.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//map reveal trigger
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
if (GetIsPC(oPC) != TRUE) return;
|
||||
|
||||
|
||||
|
||||
ExploreAreaForPlayer(GetArea(oPC), oPC);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user