Author Topic: Script errors  (Read 425 times)

Offline gtillmon

  • Posts: 20
  • Cookies: 0
Script errors
« on: March 11, 2012, 08:48:33 PM »
Hello.

Can someone please help me fix this error?

Setting splash damage for Attacker 1 to (2812.500000, 56.250000)
Traceback (innermost last):
  File ".\Scripts\ftb\LaunchShipHandlers.py", line 174, in ObjectKilledHandler
    ftb.ShipManager.RemoveShip(pShip)
  File ".\Scripts\ftb\ShipManager.py", line 49, in RemoveShip
    shipRegistry.Remove(str(pShip.GetObjID()) + pShip.GetName())
  File ".\Scripts\Registry.py", line 27, in Remove
    if _keyList.hasKey(what):
NameError: _keyList

Offline Mario

  • Senior Software Developer
  • Administrator
  • Posts: 2186
  • Cookies: 1706
  • Life is life
Re: Script errors
« Reply #1 on: March 12, 2012, 01:55:44 PM »
Try using this registry.py (fix by Mleo)

http://www.mediafire.com/file/tvnellp8uja850f/Registry.py
Acta, non verba.
aka USS Sovereign

Offline gtillmon

  • Posts: 20
  • Cookies: 0
Re: Script errors
« Reply #2 on: March 13, 2012, 05:03:59 PM »
Thanks man.
That worked for them.