|
|
|||||
Topic, Your Interactive-Buddy | ||||||
| ||||||
You must register or log in to post a message.I missed him so much. :P I used to play that game all the time, I got everything. xD If you sit still for long enough after interacting, the buddy will give you a lot of money. :/ this script prevents the buddy from moving a certain distance away from where he was when the script was activated. Make sure you click 'run once', or you might get a slow down. Code: x=150; length of 'chains'; ~~~~~~~~~~; resetForces(); addConstraint("body", getX("body"), getY("body"), x)); addConstraint("lArm", getX("lArm"), getY("lArm"), x)); addConstraint("rArm", getX("rArm"), getY("rArm"), x)); addConstraint("lLeg", getX("lLeg"), getY("lLeg"), x)); addConstraint("rLeg", getX("rLeg"), getY("rLeg"), x)); addConstraint("head", getX("head"), getY("head"), x)); http://www.xgenstudios.com/game.php?keyword=ibuddy Comment! |