Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
18
nwnds_module/at_attopcdocks.nss
Normal file
18
nwnds_module/at_attopcdocks.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName at_attopcdocks
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 10/6/2002 5:12:08 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove some gold from the player
|
||||
TakeGoldFromCreature(500, GetPCSpeaker(), TRUE);
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
object oWayPoint = GetWaypointByTag("WP_PCDOCKS");
|
||||
location lLoc = GetLocation(oWayPoint);
|
||||
AssignCommand(oPC,JumpToLocation(lLoc));
|
||||
}
|
Reference in New Issue
Block a user