ID:158152
 
//Character Selection
mob
proc
Class_Selection()
// var/Class_Selection = input("What color do you want to be?","Color")in list("Blue","Red","Green","Orange","Black"."Brown","Purple", "Pale","Pink")
if(Class_Selection == "Blue")
src <<"You Have Selected The Color Blue"
src.icon = 'person.dmi'

if(Class_Selection--originally if(C
var/Class_Selection--oringally labbled var/C
Color---this was origninally labbled class




The thing is i still get the same bugs either way on the last three objects. This is the bug i get.

on this line:
var/Class_Selection = input("What color do you want to be?","Color")in list


Tactics' First Game.dm:83:error: .: missing comma ',' or right-paren ')'
Tactics' First Game.dm:83:error: .: expected end of statement
Tactics' First Game.dm:83:error: ,: expected }
Tactics' First Game.dm:83:error: location of top-most unmatched {
Darkjohn66 wrote:

("Blue","Red","Green","Orange","Black"."Brown","Purple","Pale","Pink")

should be
("Blue","Red","Green","Orange","Black","Brown","Purple","Pale","Pink") // After black you have a period, not a comma
In response to CrashAshes43
Thank you. Thats so funny what a stupid bug *hits self in forehead*