Forums » Bugs

wait command doesnt work properly when called from a script via /load

Mar 16, 2005 tramshed link
topic pretty much says it all
im using the syntax of wait 1 "msg "playername" message" in the script it loads, and its doing nothing.
Mar 16, 2005 raybondo link
You have nested double quotes. That doesn't parse properly. You will have to switch one set to single quotes, like:
wait 10 'msg "playername" message'
Mar 16, 2005 tramshed link
thanks