@Dionysos
why don't you try thisone:
you need:
1 x gamelogic + waypoints
1 x trigger syncronized with the first wayppoint of the game logic
the trigger fires when your guy enters the camp... that causes the gamelogic to activate its waypoints. in each "on activation"field of the gamelogics waypoints you can put your code like
yourguy sidechat "yourtext".
with the timout fields of the gamelogics waypoints you can define the time intervals between the messages.
timeout fields explanation:
max = maximum time intervall
min = minimum time intervall
mid = medium time intervall
by inserting identic numbers in each fiel (max,min,mid) the delay will be exactly the way you want it to be. otherwise ofp will create a random delay between max and min parameters.
this has 2 BIG advantages:
first you only need one trigger and second you don't need a additional script.
think about it