Quote:
Originally Posted by Liz Shaw
Unfortunately, attempting to replace their Walthers with silenced Lugers has resulted in a syntax error... What have I done wrong?
|
Try to comment or delete line#785 (unnecessary 'end;').
UPD: Why you try to change weapon for 5 mechanics at once? Try to do it for one. If it's not work - try to separate your task into several smaller tasks. For example: try to clear inventory only and start the game. Perhaps 'Actor.ClearInventory()' works only for player, not for NPCs. If 'Actor.ClearInventory()' works for mechanic - try to create pistol, etc.