RATDOG/_module/nss/nw_ai_onrested.nss
Jaysyn904 fcafa53a7b AI update.
Minor AI update, Module switch update.  Full compile.
2023-04-06 23:20:50 -04:00

22 lines
546 B
Plaintext

//::///////////////////////////////////////////////
//:: Vanilla NWN On Rested
//:: nw_ai_onrested
//:: Copyright (c) 2002 Bioware Corp.
//:://////////////////////////////////////////////
/*
Determines the course of action to be taken
after having just rested.
*/
//:://////////////////////////////////////////////
//:: Created By: Don Moar
//:: Created On: April 28, 2002
//:://////////////////////////////////////////////
void main()
{
// enter desired behaviour here
ExecuteScript("prc_npc_rested", OBJECT_SELF);
return;
}