ID:179037
 
mob
proc
random()
world << pick{
usr.loc = locate(10,26,1)
usr.loc = locate(74,24,1)
usr.loc = locate(34,11,1))

that question is self explanitory from the subject
Hgame9 wrote:
mob
proc
random()
world << pick{ <FONT COLOR=silver><---- This is </FONT>
usr.loc = locate(10,26,1)
usr.loc = locate(74,24,1)
usr.loc = locate(34,11,1))

that question is self explanitory from the subject

And on top of that, the rest of the proc makes no sense, either.
In response to Foomer
Hgame9 wrote:
mob
proc
random()
world << pick(
usr.loc = locate(10,26,1)
usr.loc = locate(74,24,1)
usr.loc = locate(34,11,1))

sorry that was a typo
In response to Hgame9
and foomer you are no help at all all you do is either tell someone there code is bogus or send them right over to the very confusing reference, i think people come to the forum when they cant find something in the reference.
In response to Hgame9
Foomer knows what he's doing (apprently more than you do) and you never even said WHAT YOU ARE TRYING TO DO!
In response to Nadrew
well im sorry for the misleading question. i ask earlier about random teleportation and foomer sent me to the reference, i found nothing helpfull, i tried this wierd pick verb that sounded like it was possible to work but aperently foomers elaborate explanation in the second reply was a little to complicated for me could anyone just give me a simple snippet?
In response to Hgame9
What are you trying to do?
In response to Foomer
I TOLD YOU IN MY LAST REPLY!!!
In response to Hgame9
ARE YOU SURE???? :oP
In response to Foomer
can someone acctualy help me, i need to know about random teleportion. i just need a simple snippet that randomly chooses from 4 places
In response to Foomer
Foomer wrote:
ARE YOU SURE???? :oP

thats very imature
In response to Hgame9
I'm detecting a hyprocrite here...
In response to Hgame9
Okay, "How do I teleport something to one of four random locations?" is a question.

mob/proc/TeleportRandom()
switch(rand(1,4))
if(1) src.Move(locate(66,2,1))
if(2) src.Move(locate(17,33,1))
if(3) src.Move(locate(3,9,2))
if(4) src.Move(locate(14,23,3))
In response to Nadrew
lol
In response to Foomer
wow thanks foomer! sorry i misjudged you
In response to Hgame9
I'll just make you shut up:

mob/Login()
var/random = pick(locate(x,y,z),locate(x,y,z),locate(x,y,z))
src.loc = random


Maybe you can figure out how that works.
In response to Hgame9
A very "I'm going to hate you unless you give me da codez" personallity.

Alas, it's like dangling a piece of ham over a cat... :o)
In response to Hgame9
Hgame9 wrote:
I TOLD YOU IN MY LAST REPLY!!!

I looked over your posts prior to this one in this thread, and you never did say what you were trying to do. Foomer's question was perfectly legitimate.

Your subject was: "WHAT WRONG HERE!!!! HELP!"

Then you post "that question is self explanitory from the subject"

Sorry, but it wasn't.