This forum is going to be locked at the end of this year and eventually going offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk

Make sure to read the rules.

Is there a way to get the bear claws from the bot benny?

Discuss everything to do with Superfighters Deluxe here that doesn't fit in other Superfighters Deluxe Forums!
Forum rules
By using the forum you agree to the following rules.
Post Reply
Precizixn-
Meatbag
Posts: 1
Joined: Sat Jul 20, 2019 6:41 am
SFD Account: Precizion,Talon

Is there a way to get the bear claws from the bot benny?

Post by Precizixn- » Sat Jul 20, 2019 6:52 am

Title explains it all.
0 x

User avatar
Shark
Superfighter
Superfighter
Posts: 299
Joined: Sat Mar 19, 2016 3:28 pm
Title: The Predator
SFD Alias: http://i.imgur.com/sQSmWvB.png
Started SFD: 1.6.4
Gender:
Age: 24

Post by Shark » Sat Jul 20, 2019 4:41 pm

Precizixn- wrote:
Sat Jul 20, 2019 6:52 am
Title explains it all.
not yet, and try write more in your post than title -_-
0 x
Just me The Predator!

User avatar
Gurt
Lead Programmer
Lead Programmer
Posts: 1885
Joined: Sun Feb 28, 2016 3:22 pm
Title: Lead programmer
Started SFD: Made it!
Location: Sweden
Gender:
Age: 35

Post by Gurt » Sat Jul 20, 2019 5:27 pm

You can only use it in the ScriptAPI
0 x
Gurt

User avatar
Shark
Superfighter
Superfighter
Posts: 299
Joined: Sat Mar 19, 2016 3:28 pm
Title: The Predator
SFD Alias: http://i.imgur.com/sQSmWvB.png
Started SFD: 1.6.4
Gender:
Age: 24

Post by Shark » Sun Jul 21, 2019 12:06 am

Gurt wrote:
Sat Jul 20, 2019 5:27 pm
You can only use it in the ScriptAPI
Only full skin :O, please separate the bear's skin into parts
0 x
Just me The Predator!

User avatar
Shark
Superfighter
Superfighter
Posts: 299
Joined: Sat Mar 19, 2016 3:28 pm
Title: The Predator
SFD Alias: http://i.imgur.com/sQSmWvB.png
Started SFD: 1.6.4
Gender:
Age: 24

Post by Shark » Sun Jul 21, 2019 5:55 pm

Precizixn- wrote:
Sat Jul 20, 2019 6:52 am
Title explains it all.
You can use this script :O
string bearname = "AuRevoir"; // Put your name in "";

public void OnStartup(){
foreach(IPlayer player in Game.GetPlayers()){
if(player.Name == bearname){
IProfile Bear = new IProfile ();
Bear.Skin = new IProfileClothingItem ("BearSkin", "Skin1"); 
player.SetProfile (Bear);
}}}
0 x
Just me The Predator!

Post Reply