ID:267775
 
I can't find a working teleport code and i can't find a working shopkeeper code and i can't find a working code for talking!Plz Help
You must be new at Byond. You wana know how I can tell? I'm psychic!!! But realy its because you ask vague questions and you'll learn quickly anough that there is no such thing as code that interlocks like peices of a puzzle. Instead of asking: "I need a working code for a game", learn to code, try it out, use demos and the help file from Dream Maker and then, after you tryed, if it doesnt work or you dont know how to do something ask this: "What is the code to display text?" or "How can I move a mob?". Asking "I need a working code for a game" will not get you any replys except from people like me who are telling you not to ask things like that.
In response to FranquiBoy
You must be new at Byond. You wana know how I can tell? I'm psychic!!! But realy its because you ask vague questions and you'll learn quickly anough that there is no such thing as code that interlocks like peices of a puzzle. Instead of asking: "I need a working code for a game", learn to code, try it out, use demos and the help file from Dream Maker and then, after you tryed, if it doesnt work or you dont know how to do something ask this: "What is the code to display text?" or "How can I move a mob?". Asking "I need a working code for a game" will not get you any replys except from people like me who are telling you not to ask things like that.

I've done that and i'm not new to Byond Mr."PSYCHIC".I tried everything you mentioned 2 months ago, I used demos and help files nothing works.I always teleport at 1,1 when i am to teleport at 12,34 on the "void" not on the street.All the shopkeepers destroy the Dream seeker,and talking doesn't work because it when i go under my verb panel and press talk next to a NPC Dream seeker has an illegal opperation.I'll list all the demos and help files I tried cand the codes i used if you want Franqui boy.
In response to Mike Gali
Err, I think he might mean your new to coding, I really hope you are because those are really easy to make. But good luck hunting... =(
In response to Hendrix
I knew he ment that.But i'm not.I've done everything else, monsters,banks,random battles, so on so forth but i just can't so those 3....
In response to Mike Gali
If you would like... I could help... thats easy stuff for me.... and I'm not a a$$ like others on here....


to get your mobs to talk....

lets say your mob is a shopkeeper...

mob
shopkeeper
icon = 'shopkeeper.dmi'
name = "Shopkeeper" //You can name him whatever you want here
verb
Talk()
usr << "Hi I'm a mob."

and thats it to get him to talk to you... you can make him say anything you wish... and if you want a seperate box to pop up for it... us this instead of usr <<

alert("Hi I'm a mob.")

if theres anything else you need just ask me... I'm usually always on.. and if you got AIM or MSN

my AIM is Tanis Thornright
my MSN is [email protected]

enjoy

SilentFoe
Hardcore Inc. Productions