Private Adept
Joined: 10 Jan 2002 Posts: 264 Location: USA
|
Posted: Fri Apr 16, 2010 6:07 am
[3.16b] MXP SUB send and ADODB |
ok, this one is wierd... i have a #SUB trigger (works in zmud)...
Say i recieve from the mud: Kill: a mob (Under a Rock)
#TRIGGER {^Kill: (*) ~((*)~)$} that does...
#SUB {Find mob <send 'mobfind %1'>%1</send> or room "("<send 'mapfind %2'>%2</send>")"}
this shows: Find mob a mob or room (Under a Rock)
i click on it....
Finding: Under a Rock
--------------------------------------------------------------------------------
Room not found.
--------------------------------------------------------------------------------
Query Completed in 81ms Found 0 matches.
now,,, i manually type at command line: mapfind Under a Rock
Finding: Under a Rock
--------------------------------------------------------------------------------
Room: Under a Rock Zone: Someplace Speedwalk: 15392 go
--------------------------------------------------------------------------------
Query Completed in 116ms Found 1 matches.
and i can then click the roomvnum to show a path to it, or click go to goto it (both work)
so... the #SUB send IS sending the alias, but when used from MXP send, the ADODB doesnt work
again, if i type the alias manually, all is good
dunno if this is related to the send #LAUNCH "secure commands" thing, but REALLY?!? |
|