Working on a project and I’m parsing the .arc files for crossfire and I finding some files with entries I cannot understand.
I’d like to know if there’s a reason for these entries or if I need to change the code that is parsing the entries to handle these side cases. Couple examples. gods/altars/altarvalk.arc Object altar_valkyrie name Altar of Valkyrie other_arch Valkyrie type 56 face altarvalk.111 no_pick 1 level 100 arch altar_valkyrie_pray_event end end Object altar_valkyrie_pray_event title Python slaying /python/gods/altar_valkyrie.py type 116 subtype 1 end Is the double “end” necessary? Bug? Typo? Another example ground/temp_summon_fog.arc Object temp_summon_fog name fog face fog.111 animation temp_fog type 67 move_type fly_low no_pick 1 is_used_up 1 resist_fire 100 resist_electricity 100 resist_confusion 100 resist_acid 100 resist_drain 100 resist_weaponmagic 100 resist_ghosthit 100 resist_poison 100 resist_slow 100 resist_paralyze 100 resist_turn_undead 100 resist_fear 100 resist_cancellation 100 resist_deplete 100 resist_death 100 material 1 changing 1 blocksview 1 weight 100000 value 1 speed 0.5 arch event_destroy name GenerateFog title Python slaying /python/Moving_Fog.py end end The double ends seems to happen with the “title Python”. Any help would be appreciated. --- Bob Tanner <[email protected]<mailto:[email protected]>> | Phone : 952-943-8700 http://www.real-time.com, Linux, macOS | Fax : 952-943-8500 Key fingerprint = F785 DDFC CF94 7CE8 AA87 3A9D 3895 26F1 0DDB E378
_______________________________________________ crossfire mailing list [email protected] http://mailman.metalforge.org/mailman/listinfo/crossfire

