Staredit Network

Staredit Network -> Modding Chat -> Best Scv
Report, edit, etc...Posted by ForeverSin on 2006-03-11 at 18:23:40
if you know how to iscript then this should be easy for you, it makes a FAST scv

look at this txt

CODE
playfram        0x00 # frame set 0


just add this txt below it

CODE
[tab]imgol[tab]147 0 0


it will look something like this when ur all done

CODE
SCVInit:
imgul           248 0 7 # SCVShad (terran\SCV.grp)
playfram        0x00 # frame set 0
[tab]imgol[tab]147 0 0
goto            SCVOther


where it says imgol[tab] 147, 147 stands for a unit/spell number, so in this case it is a Scarab, it adds a booster to the scv...

just test "race" it against a vulture tongue.gif
Report, edit, etc...Posted by Firebird on 2006-03-11 at 22:57:14
doesnt an scv use flingy speed/accel?
Report, edit, etc...Posted by EzDay281 on 2006-03-12 at 11:39:49
And this is important how?
Why not just set the SCV to use iscript movement and make it move 255 units?
Next Page (1)