12 lines
281 B
Plaintext
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;
|
|
}
|