I have an alias "autotarg * *" which calls a script to define a trigger. It nearly works but I can not for the life of me figure out how to get the trigger to include what was typed into widlcard (1) and wildcard (2). Here is the script I have in VB.
sub doactiontarget (strAliasName, strOutput, strWildcard)
world.addtrigger "auto",<something1> ,<something2> , 545, custom16, 0, "", ""
end sub
I have tried several variations but don't think I have the format correct. <something1> and <something2> are what I need help on...what would by the syntax to make the trigger do this:
^strWildcard (2) has arrived from the (.*). ###text to trigger.
strWildcard (1) <space> strWildcard (2) ###to send
Any help on this would be great..
-Tidy_bowl
yants@mud.arctic.org