ID:149753
 
mob
Login()
ParseName()
switch(input("What Species?") in list ("Aquamarus","Nizbel","Zeo","Stuckly","Sputnik Doggy","Piki-Pik")
if("Aquamarus")
character = new/mob/Aquamarus()
usr.Move(locate(1,1,1))
usr << "Welcome to Chippie Pets! An Interactive Animal Raising game! Made by Watabou! Version .06"
world << "[usr] has joined us!"
oview(90) << "[usr] shouts: YA BUNCHA FOOS!"

Thats the code. The part where the new player shouts YA BUNCHA FOOS! is a little joke :D. Now heres the problem!

loading Chippie Pets.dme
Login.dm:5:error: if: missing comma ',' or right-paren ')'

Chippie Pets.dmb - 1 error, 0 warnings (double-click on an error to jump to it)

Thats the thing. WHAT THE HECK DOES THAT MEAN! WHAT THE HECK DO I DO!?!? Maybe my Pet is Chipping away at the Byond Dream Makers brain!(Silly name pun, Chippie Pets,Pet Chipping :D) Well..Help is what I require.
Rewards MAY* Include
-GM POWERS!
-KEYS TO HIDDEN VERBS!
-POTATOE SAUCE!**

*Watabou is not responsible for any unsatisfied helpers.
**Not Really ^_^
Comeon!
In response to Watabou
Watabou wrote:
Comeon!

You bumped your post after 2 minutes? What the heck is wrong with you?

Don't bump your posts. And don't spell "potato" with an E.

Lummox JR
In response to Lummox JR
.......Well...about....the help?
You could try actually reading the error message.

Login.dm:5:error: if: missing comma ',' or right-paren ')'


Login.dm contains the error on line 5.
It says very plainly, "missing comma ',' or right-paren ')'".
That means line 5 is missing either a comma, or a right-paren.

Somewhere, you are missing a ). Just take it from there.

In response to Watabou
Look for where the missing ) is. I'll give you a hint, it has to do with the switch statement.
In response to English
Login.dm:4:error:in :expected "if" or "else"
Login.dm:5:error::invalid expression