Initial Upload
Initial Upload
This commit is contained in:
21
_module/nss/boatride_haven_b.nss
Normal file
21
_module/nss/boatride_haven_b.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
/* Script generated by
|
||||
Lilac Soul's NWN Script Generator, v. 1.2
|
||||
|
||||
For download info, please visit:
|
||||
http://www.angelfire.com/space/lilacsoul */
|
||||
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetWaypointByTag("wp_icecoast_boat2");
|
||||
|
||||
AssignCommand(oPC, ActionJumpToObject(oTarget));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user