the format is messed up in Developer Help
|
|
Code:
obj/HELP icon = 'Books.dmi' icon_state = "green" verb Get() set category = "Actions" set src in oview(1) usr.contents += src read() set category = "Actions" switch(alert("what do you Wantna read?",,"The Holy Sages","The Gods","Manny")) if(usr.Intelligence<=1) usr << "You Try to Read But You Dont UnderStand Any Of It." return if("The Holy Sages") if(usr.Intelligence>=2) usr << "" usr.Intelligence += 1 else usr << "You Try to Read But You Dont UnderStand Any Of It" if("The Gods") if(usr.Intelligence>=3) usr << "" usr.Intelligence += 1 else usr << "You Try to Read But You Dont UnderStand Any Of It" if("Manny") if(usr.Intelligence>=4) usr << "" usr.Intelligence += 1 else usr << "You Try to Read But You Dont UnderStand Any Of It"
|
Problem description:
the format and every thing is weird and can someone edit so dat it works plz.
|
Inconsistent Indentation
Object does not exist
Something is just wrong
just what does the error say?