ID:169788
 
i want a verb that can control a player and the person who used the verb gets all the players verbs/stats.
Also i want a verb that can make you see what other people see, please help.
I can help you with the person sees what another person sees part. Look up the Move proc in Dream Maker.
In response to Mecha Destroyer JD
Mecha Destroyer JD wrote:
I can help you with the person sees what another person sees part. Look up the Move proc in Dream Maker.

I prefer client.eye and client.perspective(I think that's how you spell it)
In response to Hell Ramen
How would i use that( client.eye, client.perspective, and/or Move) in a verb?
mob
verb
Watch_User(mob/M as mob in world)
client.eye=(M)
//or
mob
verb
Watch_User()
client.eye=(/mob)
In response to Kaiome
Kaiome wrote:
How would i use that( client.eye, client.perspective, and/or Move) in a verb?
mob
verb
Watch_User(mob/M as mob in world)
client.eye=(M)
//or
mob
verb
Watch_User()
client.eye=(/mob)
mob
verb
Watch_User(mob/M as mob in world)
client.eye=M

The first one, except w/o parentheses around the M

Edit: Removed something that might be thought of as a flame