Switch to edit mode.
Name(s): play1: if (!args)
2: player:tell("Syanax: play (something)")
3: else
4: player:tell("You play the song " + argstr + ".mp3.")
5: this.location:announce(player:title() + " takes out his MP3 player and plays the song " + argstr + ".mp3.")
6: endif
7: "Last modified by Samson (#9131) on Sat Nov 4 18:08:10 2000 MST."