ID:149655
 
im trying to make a Mud text thing. But im having troubles with the settings part. Im trying to make it like text mud with the changing of another users settings by the host. When i try what i try nothing pops up, not even that message window. Let me show you soem code to help you understand:
Users_Stats(mob/M)
M.settings = input("What is this players settings?","Setting",M.settings) as message

Dont worry about things like mob/verbs or var stuff. is the problem that there is no world for it to see the mobs in? or is it the M.settings?(i thought it would make it pop up with whatever the setting was before) Anyone know? Anyone not understand?
NM on this problem i got it.