Forums Index >> Modding >> need fake scrum script
Page : <1> :
Here some codes that would be useful:
DefaultFlag.shapeFile = "~/data/shapes/common/scrumball.dts"; <-- scrumballs shape.
DefaultFlag.NoPickUp = "false"; <-- can you pick scrum ball to above your tank, or not. True = unpickable and false is normal, pickable flag.
Add reload gate or powerup with modwizard, then change it from mission file:
New flag() {
dataBlock = "defaultflag";
position = "154.157 -64.3179 76.1958";
rotation = "-0.0130926 0.00556954 -0.999899 49.8985";
scale = "1 1 1";
lightBoost = "0";
};
ˆ instead of
New PowerUp() {
dataBlock = "Reload";
position = "154.157 -64.3179 76.1958";
rotation = "-0.0130926 0.00556954 -0.999899 49.8985";
scale = "1 1 1";
lightBoost = "0";
};
DataBlock is "Reload"; when reload gate and "TestPowerUp"; when powerup. Said it if you want change flag back to powerup.
NOTE: If you use modwizard, save changes to map and go to mission file, search for MW#_#.mis, and open it, there isn't that new flag you added.
Page : <1> :
Can some one mak me a fake scrum script and a script hat I can make like 100000 scrum balls