PWE_PRC8/_module/nss/j_ai_onuserdef.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

12 lines
281 B
Plaintext

//::///////////////////////////////////////////////
// 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;
}