Guest User

Untitled

a guest
Jan 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $roomname=%replace(%1,"'","''")
  2. $query=%mapquery(%concat("[Name] LIKE '", $roomname, "%'"))
  3. $string=""
  4. #forall ($query) {
  5. $mxp=%concat("<send 'sw ",%i,"'>",%i ~[%zonename(%roomzone(%i))~]@w,"</send> | ")
  6. $string=%concat($string,$mxp)
  7. }
  8. #mxp $string
  9. #T- wstring1
Add Comment
Please, Sign In to add comment