Help plz

the_tom77

New member
Ok so i'm new to mafia and am having a problem with my ccs so here is what is typed when i hit edit so far

[ dirty thieving brigand ]
1. item meat vortex
2. attack

[ guy made of bees ]
1. item jam band flyers
2. item antique hand mirror

[ The Bonerdagon ]
1. item Beer Bomb

[Lamz0r N00b]

1. item dictionary

[XXX pr0n]

1. item dictionary

[Spam Witch]

1. item dictionary

[Flaming Troll]

1. item dictionary

[Anime Smiley]

1. item dictionary

[Some Bad ASCII Art]

1. item dictionary

[me4t begZ0r]

1. item dictionary

[1335 HaXx0r]

1. item dictionary

[default]
1. attack

But when i hit save all it has added are the monster names and then 1. attack with weapon. Plz help
 

dangerpin

Member
You have a number of possible issues here.

In some cases you have a space between the monster and the attack style, remove those.

Use of numbers denotes what will happen in different rounds. Put a colon after the round number and then a space. "1: " then the action
specific to the round. So your default should look like this...

[ default ]
1: attack with weapon

Below fighting the brigand, it would use the vortex on round one, then attack the second round.

[ dirty thieving brigand ]
1: item meat vortex
2: attack with weapon

But with the guy made of bees you probably would want to try to use BOTH those items in a single round. Otherwise you will get the stuffing beat out of you, in that case you can seperate use of two items with a comma in a single round. That way if you have funkslinging you can use both items.

[guy made of bees]
1: item rock band flyers, antique hand mirror



So I imagine your ccs should look more like this...

Code:
[ default ]
1: attack with weapon

[ dirty thieving brigand ]
1: item meat vortex
2: attack

[ guy made of bees ]
1: item jam band flyers, item antique hand mirror

[ The Bonerdagon ]
1: item Beer Bomb

[Lamz0r N00b]
1: item dictionary

[XXX pr0n]
1: item dictionary

[Spam Witch]
1: item dictionary

[Flaming Troll]
1: item dictionary

[Anime Smiley]
1: item dictionary

[Some Bad ASCII Art]
1: item dictionary

[me4t begZ0r]
1: item dictionary

[1335 HaXx0r]
1: item dictionary
 
Top