Auto-translated
Hello everyone, can you tell me how to make a script so that in PlayObjectAnimation, the creature performs an animation, then waits, and after 3 seconds, repeats the animation?
Please help me find the error:
```
function message()
MessageBox("Maps/SingleMissions/greet/sms1.txt")
end;
Trigger(REGION_ENTER_AND_STOP_TRIGGER, "reg0", "nil");
```
The problem is that the trigger works, meaning when my hero enters, he stops, but the message doesn't appear.