17 lines
427 B
Plaintext
17 lines
427 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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);
|
|
}
|