Blockland Forums > Suggestions & Requests
GTAV-like Character Switcher
Advanced Bot:
--- Quote from: MARBLE MAN on December 03, 2013, 10:04:51 PM ---
function mBot_Create(%name,%pos,%data)
{
%c = new GameConnection()
{
name = %name;
bl_id = -1;
};
%c.createPlayer();
%b = %c.player;
%c.schedule(0,delete);
%b.setTransform(%pos);
%b.setDatablock(%data);
return %b;
}
crashes me
--- End quote ---
Yea I have had this issue a long time ago with GameConnections, try dumping a random client and copy those same variables and see what happens.
Crispy_:
--- Quote from: Pandan on December 04, 2013, 02:31:16 PM ---HOWEVER; This topic's idea does prove great for puzzles and gamemodes. So I like the sound of it.
--- End quote ---
this is what i was intending...
Pandan:
--- Quote from: Crispy_ on December 04, 2013, 03:58:24 PM ---this is what i was intending...
--- End quote ---
im just going to make this mod myself
its so easy, that even a handicap like myself can piece it together.
i'll even make pawns for playermodels if people want to make a chess variant
Crispy_:
--- Quote from: Pandan on December 04, 2013, 04:06:25 PM ---im just going to make this mod myself
its so easy, that even a handicap like myself can piece it together.
i'll even make pawns for playermodels if people want to make a chess variant
--- End quote ---
that would be sweet, please do!
Crispy_:
boomp