PWE_PRC8/_module/nss/j_ai_onuserdef.nss

12 lines
281 B
Plaintext
Raw Normal View History

2025-04-03 10:29:41 -04:00
//::///////////////////////////////////////////////
// Not a default UDE, honest!
// This can be easily used if all custom AI script creatures
// want the same UDE
//::///////////////////////////////////////////////
void main()
{
// enter desired behaviour here
return;
}