|
Solaras Wanderer
Joined: 11 Mar 2002 Posts: 93
|
Posted: Wed Nov 28, 2007 2:29 pm
[2.13 Pro] Delkey and Local Variables |
Code: |
<alias name="test" id="79">
<value>#addkey parrytest head 1
#addkey parrytest torso 1
$parrytest = @parrytest
#say Parry Test: $parrytest
$orb_hits = $parrytest
#say Orb Hits: $orb_hits
$parry_this = head
#say Parry This: $parry_this
#delkey $orb_hits $parry_this
#say Orb This: $orb_hits</value>
</alias>
|
Produces this output:
Parry Test: torso=1|head=1
Orb Hits: torso=1|head=1
Parry This: head
Orb This: torso=1|head=1
As well as creating a variable with the name:
torso=1|head=1 |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Nov 28, 2007 5:49 pm |
Confirmed and added to bug list.
|
|
|
|
|
|