View Single Post
Old 11-26-2007, 02:13 PM   #134
DarK_TaO
Mapper ^^
 
Join Date: Apr 2007
Location: yes (:
Posts Rated Helpful 0 Times
Send a message via ICQ to DarK_TaO Send a message via MSN to DarK_TaO
Hey guys I'm back! School is over yay ^^


Quote:
Originally Posted by Zatoichi
this is my engie build script for sentry gun..for some reason it wont tell the location of the sentry when i build it..only when it dets. can anyone give me a hand?


alias buildsent "sentrygun; wait; say_team building sentry at %sl; bind mouse3 detsent"
alias detsent "detdismantlesentry; wait; say_team sentry blown at %sl; bind mouse3 buildsent"
bind "mouse3" "buildsent"
It's not telling you the sentry location, because it's not built yet, you should make a SG status bind:

Ex:
Code:
alias sgstats "say_team Sentry gun built at {%sl}"

bind "" "sgstats"
You could use waits, but the problem is that using to many of them will freeze you for X ammount of seconds, until waits finish. (I've experienced that with demoman)

So best option for me, is that bind.

Hope I could help ^^
DarK_TaO is offline   Reply With Quote