Is there a way to get the bear claws from the bot benny?
Posted: Sat Jul 20, 2019 6:52 am
Title explains it all.
- official home of Superfighters Deluxe!
https://www.mythologicinteractiveforums.com/
https://www.mythologicinteractiveforums.com/viewtopic.php?f=8&t=3761
not yet, and try write more in your post than title -_-
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);
}}}