Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
22
nwnds_module/am_maphelp.nss
Normal file
22
nwnds_module/am_maphelp.nss
Normal file
@@ -0,0 +1,22 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName: am_maphelp
|
||||
//:: Copyright (c) 2006 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Alan Miranda
|
||||
//:: Created On: June 14, 2007
|
||||
//:://////////////////////////////////////////////
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPlaceableLastClickedBy();
|
||||
object oHelp = GetNearestObjectByTag("wm_help", OBJECT_SELF);
|
||||
|
||||
PlaySound("gui_button");
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
AssignCommand(oPC, ActionExamine(oHelp));
|
||||
}
|
Reference in New Issue
Block a user