26 lines
511 B
Plaintext
26 lines
511 B
Plaintext
////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Olander's AI
|
|
// oai_cust_pcv
|
|
// by Don Anderson
|
|
// dandersonru@msn.com
|
|
//
|
|
// Place your custom perceive requirements here.
|
|
//
|
|
////////////////////////////////////////////////////////////////////////////////
|
|
|
|
void main()
|
|
{
|
|
//Example
|
|
/*
|
|
ExecuteScript("blah_blah", OBJECT_SELF);
|
|
*/
|
|
|
|
/******************************************************************************/
|
|
//:: PLACE CUSTOM PERCEIVE STUFF BELOW HERE
|
|
|
|
|
|
|
|
|
|
}
|