Whats wrong with this script? It works fine offline. It should play a song thats in your graal folder, so people can use it like an MP3 player
NPC Code:
//#CLIENTSIDE
if(playerchats&&startswith(/play,#c)){
setstring clientr.song,#T(#e(5,-1,#c));
play #s(clientr.song)
}