ID:142946
 
Code:


Problem description:

can someone tell me whats wrong with this?


mob
icon * `mob dmi`
verb
say(T as text)
world << `"[name] says. '[T]`
me(T as text)
world << `"[name] '(T)`
Login()
world << "-[name] has logged in!-"
Logout()
world << "-[name] has logged out!-"





everytime I tried to make an map file it tells me this

Due to compilation errors, the object tree cannot be trusted for map generation. These errors must be corrected before editing the map.


"Text strings like messages need double quotes "
( ) Kaiochao2536 says "(")"
( ) Kaiochao2536 says "Files can have single (')"



help me plz?

mob
icon = 'mob.dmi'
verb
say(T as text)
world << "[name] says [T]"
me(T as text)
world << "[name] [T]"
Login()
world << "-[name] has logged in!-"
Logout()
world << "-[name] has logged out!-"


try that and tell me if it works



...:::Pirata Inmortal:::...
In response to Pirata Inmortal
Also..

An Apostrofe (`) is not a single quote (')