18 lines
433 B
Plaintext
18 lines
433 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Name x2_def_percept
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
Default On Perception script
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Keith Warner
|
||
|
//:: Created On: June 11/03
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
ExecuteScript("nw_c2_default2", OBJECT_SELF);
|
||
|
|
||
|
}
|