Ok, Im building a game engine to make my game building faster, i have many things emplimented like lights,fog value,music,sounds so on and so forth, im experementing to try to load a object then place it where i want it. so far I have this but like i said its an experement. It does not work but mabey some one will help me to get it to work. thanks
if keystate(3)=1
loadmodle=1
endif
if loadmodle=1 and loadmodles=0
set text size 30
sync:SET CURSOR 545,450:INPUT "name of modle to load:";modlename$
if returnkey()=0 then loadmodles=0
if returnkey()=1 and loadmodles=0
for loadinobjects= 300 to 400
load object "entitybank\objects+modlename$.x",loadinobjects
if object exist(2)=1 then position object loadinobjects,object position x(2),object position y(2),object position z(2)
next loadinobjects
loadmodles=1
loadmodle=0
endif
endif

Logo by The Next