Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
6
nwnds_module/ka_tourikva.nss
Normal file
6
nwnds_module/ka_tourikva.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
AssignCommand(GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_IS_PC),ActionJumpToLocation(GetLocation(GetWaypointByTag("TOURIKVA"))));
|
||||
DelayCommand(10.0,SetLocked(OBJECT_SELF,TRUE));
|
||||
}
|
Reference in New Issue
Block a user