Forums » General

can someone explain the difference?

Jul 31, 2006 drdoak007 link
these two alias scripts are similar in execution.

why would the duel %target% one work, and the group one not?

/alias duel_target 'duel challenge %target%'
/alias duel_accept 'duel accept %target%'
/alias duel_decline 'duel decline %target%'
/bind 3 duel_target
/bind 4 duel_accept
/bind 5 duel_decline

/alias join_group 'group join %target%'
/alias make_group 'group create'
/alias qwik_group 'group invite %target%'
/bind 8 join_group
/bind 9 make_group
/bind 0 qwik_group

it doesnt make any sense to me. does anyone else have an idea?

************************************************************************

plus, the original concept for the quick-group keys, were to add members in different sectors quickly. using %lastprivate%.

if someone can mess with what i got, or tell me why it wont work either method, that would be great. thnx.
Aug 03, 2006 Porkness link
Perhaps it's not parsing the player's name correctly in the group commands?