Controlling the player?

Help Topics, Bug Reports, Feature Requests, etc.
Post Reply
User avatar
LexieTheFox
Rainbow Master
Posts: 769
Joined: Mon Sep 27, 2010 11:51 pm

Controlling the player?

Post by LexieTheFox »

Heya, Lexie here.

So i'm trying to uncover an old trick a few users discovered, where they were able to manipulate the player character as if they were an NPC. How do I do this?

I want to try making the player move to where I want, and possibly see if treating the player as an NPC using it allows me to force them to play ainmations as well.

Any help with this would be greatly appreciated, thank you!
Rawr.
Fear me, I bite! >:3
User avatar
FinnThor
Rainbow Master
Posts: 755
Joined: Wed Jul 27, 2016 10:08 pm

Re: Controlling the player?

Post by FinnThor »

You could use Command 51 to make the player act like a spikeyball or a turtle, and I think using the NPC move command with the NPC ID being -1 moves the player.
Cheese!

Cheese Vs Pirates, featuring Finn, Timecrokba, and Yoda!
PhoenixBlaze
Rainbow Wizard
Posts: 416
Joined: Thu Apr 06, 2017 11:50 pm
Location: Texas
Contact:

Re: Controlling the player?

Post by PhoenixBlaze »

If you want to make the stinker move, here's the command setup:

Data4 should be 41-48 (41 is north, 43 is east, 45 is south, 47 is west. 42, 44, 46, and 48[?] are diagonals)
Data1 is -1, the ID of your stinker.

So if I wanted to make the Stinker go south, I would set the command up like this-

Command 51
Data1: -1
Data2:
Data3:
Data4: 45

Edited because Data4 and Data1 were in the wrong places.
Last edited by PhoenixBlaze on Wed Apr 17, 2019 3:21 pm, edited 1 time in total.
currently simping for kiyotaka ishimaru
User avatar
|Cookie|
Moderator
Posts: 1991
Joined: Mon Mar 21, 2011 8:34 am

Re: Controlling the player?

Post by |Cookie| »

PhoenixBlaze wrote: Wed Apr 17, 2019 12:16 amCommand 51
Data1: 45
Data2:
Data3:
Data4: -1
It's kinda like this but Data1 and Data4 are swapped, pretty sure 1 is the player's ID. :)
Previously known as "kidkidaaa1"
My level list
My hub: TTN
Woof Woof
PhoenixBlaze
Rainbow Wizard
Posts: 416
Joined: Thu Apr 06, 2017 11:50 pm
Location: Texas
Contact:

Re: Controlling the player?

Post by PhoenixBlaze »

:oops: Sorry, Data4 and Data1 need to be swapped. But -1 is the player's ID.
currently simping for kiyotaka ishimaru
Post Reply