ID:161935
![]() Mar 12 2008, 3:20 pm
|
|
i want to toggle a turf to a verb, like when i do tourney start verb i want the entry to allow people but if there is no tourney it doesnt let them
|
Obs wrote:
Bluntmonkey wrote: Please use the dm tag, also i dont think its a good idea to try and show him how to do it useing the bracket method. Bluntmonkey, look up Entered()/Enter(). Thoose are you best bets at acomplishing what you want to do. |
if(tourney){
move
} else {
}