ID:155194
 
can som1 plz tell me a code to teleport. i do not mean room teleport i mean teleport as in move to one spot to another( as in a skill)....i looked on forums, intruction and all every1 say is look on the intrustions but i do not get the instructions at all, plz help with out smart mouth
This is not a forum for handouts, it is a place for people who need help learning the language or for problems developing their game that can't be solved by learning the basics.

If you aren't going to learn the language, you should go to the Classified Ads section and hire a programmer.

tl;dr - Dev forum is not a code dispenser, read the guide.
In response to Robertbanks2
if der aint a code dispinser how i supose to mak teh frog narto rides on?
In response to Boxcar

Brain *brain = 0;
brain->Execute();
area/area1
Entered()
usr.loc = locate(1,1,1)

Put that in your code then compile. Then open the map editor, you will be able to place area1 on the map. When someone enters the tile(s) you placed area1 on they will be "teleported" to 1,1,1.
In response to Zaltron
Ily
In response to Robertbanks2
Robertbanks2 wrote:
This is not a forum for handouts, it is a place for people who need help learning the language or for problems developing their game that can't be solved by learning the basics.

If you aren't going to learn the language, you should go to the Classified Ads section and hire a programmer.

tl;dr - Dev forum is not a code dispenser, read the guide.

To be honest if someone wants code and others want to give them code then that's just supply and demand. While I will admit that I die a little inside when someone says "nuffin" and speaks in text language to elevated users... He's not breaking any rules by asking that here.
In response to Kyle_ZX
Developer How-To is get information as to -how- to program certain things, not give me a source code plz.
In response to Ill Im
He never asked for a projects source code, he asked for a small piece of code to allow teleporting. Either I've over simplified it or you're taking it out of proportion.
In response to Ill Im
One of the main ways I have learned to program is by looking at libraries, code people posted online and Chatters. I started back in 2002 when I was 14. It helped a lot when people gave me code snippets and told me how it worked and/or they gave me a code snippet and I would figure out how it worked by messing around with the code. I would first try and search the forums for someone asking a similar question but sometimes it's hard to know what to search for. The thing that did't help was looking through source codes full of nothing but a mess of code. I don't mind helping someone out every now and again with a code snippet as long as they're not asking me to program their game for them. One thing I don't like is people replying to a post of an easy question making it sound like it shouldn't be hard to figure out yet they don't help or that they made a mistake for posting in the first place. Everyone has to start somewhere.