I am writing a script and it isnt turning out like i want it. Here is the script:
isay = [echo (concatword "" (getname) ":") $arg1]
alias level_trigger_4 [trigger 6 1
sleep 1000 [echo "Intercom: ''Head up to sublevel 3 and head to annex 3 Beta.''"
sleep 2000 [echo ""(concatword (getname))": ''May I ask whom is speaking?''"
sleep 2000 [echo "Intercom: ''This is your commanding officer, Lieutenant Rick Caswell.''"
sleep 500 [platform 5 1
sleep 1500 [echo ""(concatword (getname))": ''So what exactly is my mission?''"
sleep 2000 [echo "Lt. Rick: ''Right now your mission is to get up to speed so that you don't die out there when we need you the most!''"]]]]]]]]]
But it keeps turning out like this:
Intercom: "Head up to sublevel 3 and head to annex 3 Beta."
Djakkennaia : "May I ask whom is speaking?"
Intercom: "This is your commanding officer, Lieutenant Rick Caswell."
Djakkennaia : "So what is my mission?"
Lt. Rick: "Right now your mission is to get up to speed so that you don't die out there when we need you the most!"
Notice the spaces after the player's name. I cant figure out how to get them to go away. Any suggestions?