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.
Make sure to read the rules.
Is there a way to get the bear claws from the bot benny?
Forum rules
By using the forum you agree to the following rules.
By using the forum you agree to the following rules.
-
Precizixn-
- Meatbag
- Posts: 1
- Joined: Sat Jul 20, 2019 6:41 am
- SFD Account: Precizion,Talon
- Shark
- 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
not yet, and try write more in your post than title -_-
0 x
Just me The Predator!
- Shark
- 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
Only full skin :O, please separate the bear's skin into parts
0 x
Just me The Predator!
- Shark
- 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
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!
