Ancordia_PRC8/_module/nss/adv_rested.nss

17 lines
427 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
//::///////////////////////////////////////////////
//:: Name x2_def_rested
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Default On Rested script
*/
//:://////////////////////////////////////////////
//:: Created By: Keith Warner
//:: Created On: June 11/03
//:://////////////////////////////////////////////
void main()
{
ExecuteScript("nw_c2_defaulta", OBJECT_SELF);
}