I cant get a trigger to work...... or atleast send it multiple times
trigger:
"( *) * is here."
script:
sub OnIG (Triggername, triggerline, arrWildCards)
Dim Sense
world.SetVariable "itemget", sense (Ubound (sense))
world.send "get " + world.getvariable ("itemget")
End Sub
i need the trigger to send the line depending on the number in the first wildcard... IE
(28) a Scouter is here.
i need it to split the first wild card(28) and send the like 28 times
if u cant understand what im sayin(I hardly do) then ill try to make it easier to understand.
trigger:
"( *) * is here."
script:
sub OnIG (Triggername, triggerline, arrWildCards)
Dim Sense
world.SetVariable "itemget", sense (Ubound (sense))
world.send "get " + world.getvariable ("itemget")
End Sub
i need the trigger to send the line depending on the number in the first wildcard... IE
(28) a Scouter is here.
i need it to split the first wild card(28) and send the like 28 times
if u cant understand what im sayin(I hardly do) then ill try to make it easier to understand.