View Single Post
  #1  
Old 03-20-2006, 04:11 AM
excaliber7388 excaliber7388 is offline
Banned
excaliber7388's Avatar
Join Date: Jul 2005
Location: US
Posts: 5,229
excaliber7388 can only hope to improve
Send a message via AIM to excaliber7388
string manipulation

#T and #e I've read how the wiki says to use them, but I can't get it right x_X
PHP Code:
//GS1
if (startswith(coat,#c))
  
{
  
setplayerprop #c(1),#T(#e(4,-1,#c));
  
}
//my gs2 nightmare
if(str.starts("coat"))
  {
    
player.colors[1]=??????????
  } 
Reply With Quote