Rune_PRC8/_module/nss/oai_cust_pcv.nss
Jaysyn904 d1c309ae63 Initial commit
Initial commit
2024-09-13 09:10:39 -04:00

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
}