About Us
Products
Purchase
Downloads
Support
Forums
Contact Us
Site
 Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » CMUD Beta Forum
adamwalker
Apprentice


Joined: 12 Mar 2005
Posts: 195

PostPosted: Mon Nov 13, 2006 9:02 pm   

[1.15] Crash on use of %ismember
 
Crash on execution of following code in alias

Code:
#if (!(%ismember( "afflictionONE", @myafflictions)) and !(%ismember( "afflictionTWO", @myafflictions)) and !(%ismember( "afflictionTHREE", @myafflictions))) {
#say Do whatever here
  }



Pritty show stopping bug for me as i use this type of code a lot. syntax checker says its ok.

cutting it right down this also crashes

Code:

#if !(%ismember( "afflictionONE", @myafflictions)) {
#say Do whatever here
  }


however this code doesnt crash. notice the absence of the null "!".

Code:

#if (%ismember( "afflictionONE", myafflictions)) {
#say Do whatever here
  }
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Mon Nov 13, 2006 11:22 pm   
 
Confirmed and added to bug list.
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » CMUD Beta Forum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net