Mitch Obrian a écrit : > NM python now works... how am I going to convert my > maps to the new python tho? Instead of using "event_apply" or "event_say" as a field, add in the inventory a new object of arch "event_say" or "event_apply", and fill fields as required (look at IPO for example) To convert scripts, the basic rule is: if you had CFPython.SomeAction(Map or Player, Arguments), change it to Map or Player.SomeAction(Arguments) Ryo