hi!
I'm working on a script, but my OFP-scripting skills are not very high so I need some help.
basically I want to add an action, which indicates me how much time is left, similar to the "set timer +30 sec" action.
i tried this:
zeit = ["Time left: %1",tleft]
a1 = player addAction [zeit,"tl1.sqs"]
"tleft" is the value that shows how much time is left
"tl1.sqs" is the script i want to be executed when activated.
When I try to execute it, the errorbox "type arraw, expected string" shows up.
Can anybody please help me?
THX, redgun