NWNDS/nwnds_module/ds_jumptotherevs.nss

6 lines
226 B
Plaintext
Raw Normal View History

void main()
{
AssignCommand(GetNearestCreature(CREATURE_TYPE_PLAYER_CHAR, PLAYER_CHAR_IS_PC),ActionJumpToLocation(GetLocation(GetObjectByTag("THEREVS"))));
DelayCommand(10.0,SetLocked(GetObjectByTag("WeaverCabinet"),TRUE));
}