Difference between revisions of "User talk:Rhodry"

From AvatarWiki
Jump to navigation Jump to search
(Blanked the page)
(→‎resc trigger: new section)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
Adding the following to the base group also makes it work:
  
 +
#var groupmem {}
 +
#ali {setgroup} {#var groupmem {};group}
 +
#trig {%d|%d %w (%w)} {#additem groupmem %1}
 +
 +
== resc trigger ==
 +
 +
You're right, that's a more elegant solution than the current form of the rescue trigger. Thanks :) --[[User:MooNFisH|Llanor]] 11:32, 5 February 2011 (EST)

Latest revision as of 12:32, 5 February 2011

Adding the following to the base group also makes it work:

  1. var groupmem {}
  2. ali {setgroup} {#var groupmem {};group}
  3. trig {%d|%d %w (%w)} {#additem groupmem %1}

resc trigger

You're right, that's a more elegant solution than the current form of the rescue trigger. Thanks :) --Llanor 11:32, 5 February 2011 (EST)