ID:180457
 
okay heres my code
world
name = "DBZ Elite: Alpha 1.7"
view = 5
usr << sound('vegeta2.mid',1) // repeat
mob = /mob/choosing_character
here are the bugs, i want it to play the midi, but, i aint working, here are the errors

loading DBZ AFTA MATH.dme
DBZ AFTA MATH.dm:9:error:<< :bad or missplaced statement
DBZ AFTA MATH.dm:9:error:usr:bad var

DBZ AFTA MATH.dmb - 2 errors, 0 warnings

OH MY GOD!!! IM SCARED!!!! SOMEBODY HELP ME!!!
The problem is that you put that inside the world definition. Definitions don't have a user. Procs have users. Put the midi in a proc somewhere.

On 6/8/01 8:50 pm Sariat wrote:
okay heres my code
world
name = "DBZ Elite: Alpha 1.7"
view = 5
usr << sound('vegeta2.mid',1) // repeat
mob = /mob/choosing_character
here are the bugs, i want it to play the midi, but, i aint working, here are the errors

loading DBZ AFTA MATH.dme
DBZ AFTA MATH.dm:9:error:<< :bad or missplaced statement
DBZ AFTA MATH.dm:9:error:usr:bad var

DBZ AFTA MATH.dmb - 2 errors, 0 warnings

OH MY GOD!!! IM SCARED!!!! SOMEBODY HELP ME!!!
In response to LexyBitch
put this man

mob
Login()
usr << ('song.mid',1)

so when they login, the music rolls

fireking