1.how to make a name chooser when you click somthing.
2.how to login and the character starts at a pacific location.
3.how to make a character teleport to a pacific place after you finish making a character.
ID:271169
Feb 19 2007, 4:23 pm
|
|
Vegito SSJ44 wrote:
1.how to make a name chooser when you click somthing. That's a pretty vague request, but look up input() in the DM guide. For the click thing, look up Click(). obj/New_title 2.how to login and the character starts at a pacific location. Look up loc and locate() in the DM guide. You'll also have to add to the Login() proc. mob/Login() 3.how to make a character teleport to a pacific place after you finish making a character. Same thing as above -- use loc and locate(). Putting it all together, you'd get something like this: mob/Login() |
2. You need to make ocean/sea icons to make a "pacific" location, but if you meant "specific":
(1,1,1) = (x,y,z) You can find the coordinates in your map file.
3. You wouldn't want my help with this one, all I ever use are loads of variables and 'if' procs...