Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
9
nwnds_module/ka_tiredtraveler.nss
Normal file
9
nwnds_module/ka_tiredtraveler.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
TakeGoldFromCreature(50, GetPCSpeaker(), TRUE);
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
object oWayPoint = GetWaypointByTag("WP_TIREDROOM");
|
||||
location lLoc = GetLocation(oWayPoint);
|
||||
AssignCommand(oPC,JumpToLocation(lLoc));
|
||||
}
|
Reference in New Issue
Block a user