criminal commented on a Page, Basic DM based on the game RuneScape  -  Apr 08, 2008
        unset %duel 
        unset %player1 
        unset %player2 
        unset %duel2 
        unset %p1hp 
        unset %p2hp 
        unset %spec1 
        unset %spec2 
        unset %turn 
        unset %hit1 
        unset %hit2 

can be done like this:

        unsetall

on :text:.dds:#: {
if (%turn == 1) {
if ($nick == %player1) {
if (%spec2 < 4) {

%spec2 must be %spec1

on :text:.dds:#: {
if (%turn == 1) {
if ($nick == %player1) {
if (%spec1 < 4) {

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.