loading Inf.dme
mech.dm:13:error: ): expected }
mech.dm:13:error: location of top-most unmatched {
Inf.dmb - 4 errors, 0 warnings (double-click on an error to jump to it)
Those are the errors.
This is the enitre source for mech.dm:
turf
MechanizedCombatSuit
icon = 'mech.dmi'
density = 1
Bump(O)
O.verbs += /mob/hidden/verb/EnterMechanizedSuit
mob
hidden
verb
EnterMechanizedSuit()
if(usr.Class == "Marine"))
usr.icon = 'mech.dmi'
ID:148945
Aug 8 2002, 5:01 am
|
|
Aug 8 2002, 5:34 am
|
|
if(usr.Class == "Marine")) << one too many close-parentheses
|
In response to Skysaw
|
|
Skysaw wrote:
if(usr.Class == "Marine")) << one too many close-parentheses Thanks for the pointers. There was a few more problems, but I fixed it. I was trying to use the built-in Bump() proc with the "turf" atom. |