
ThE EmO
Joined: Apr 12, 2010
NO WAI!!
|
Posted: Aug 14, 2010 07:42 AM
Msg. 1 of 4
08.14.10 21:11:24 tool pc 01.00.00.0609 ---------------------------------------------- 08.14.10 21:11:24 reference function: _write_to_error_file 08.14.10 21:11:24 reference address: 42ca20 08.14.10 21:11:24 Couldn't read map file './toolbeta.map' 08.14.10 21:11:38 crosshair item 0 for vehicles\aa_turret\hud references an invalid sequence 08.14.10 21:11:44 overlay item 0 for cmt\hud\interfaces\weapons\single\portable turret handheld references an invalid sequence 08.14.10 21:11:47 the model 'weapons\-\my weapons\assassin_sword\assassin_sword' and the collision model 'weapons\energy_swordh2\energy_swordh2' don't match (node counts don't match) 08.14.10 21:11:47 the object 'weapons\-\my weapons\assassin_sword\assassin_sword' will not be collidable 08.14.10 21:11:51 the model 'weapons\-\my weapons\super_spiker\spiker_2' and the collision model 'cmt\weapons\covenant\spiker\spiker' don't match (node counts don't match) 08.14.10 21:11:51 the object 'weapons\-\my weapons\super_spiker\super_spiker' will not be collidable 08.14.10 21:12:43 WARNING: 29 clusters in structure_bsp levels\test\bloodgulch\bloodgulch have no background sound or sound environment. 08.14.10 21:12:43 recompiling scripts after scenarios were merged. 08.14.10 21:12:44 [backpack_weapons_script line 145] this left parenthesis is unmatched.: (script continuous backpack_sniperrifle
08.14.10 21:12:44 this is not a valid function or script name.: Unit_get_health0 (unit (list_get (players) 0))))
:/ i dont get it.... i downloaded the backapck thing v1 not H2 backpack scripts and it wont let me compile the map :/
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Aug 14, 2010 12:33 PM
Msg. 2 of 4
Judging from your debug, it appears you opened the script to look around, and accidentally hit the 0 key, causing the unit_get_health command to stop working. Open the script, hit ctrl + f, type in unit_get_health0, and then delete the 0.
|