Thread: Arrays..
View Single Post
  #2  
Old 07-16-2007, 05:16 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
PHP Code:
if (created) {
  
this.events = {"test","race","idle"};
}

if (
playerchats && startswith(:select,#c)) {
  
tokenize #c;
  
if (lindexof(#t(1),#s(this.events)) == -1) {
    
setplayerprop #c,Error: Event not found!;
  
} else {
    
setplayerprop #c,Event chosen!;
  
}

Possibly replace lindexof(#t(1),#s(this.events)) with lindexof(#t(1),this.events).

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote