- Joined
- Mar 2, 2013
- Messages
- 127
Hello
Extra info, map is like dota.
So I'm trying to add w3mmd to naruto vs bleach map and I can't get it to work.
This is what I did so far. Added the w3mmd library.
Custom script: call MMD_DefineValue( "Kills",MMD_TYPE_INT,MMD_GOAL_HIGH,MMD_SUGGEST_NONE )
and in trigger victory, 1 side or other side.
Score_kills is variable type integer(integer) -array
Would really like some help, Thanks.
Extra info, map is like dota.
So I'm trying to add w3mmd to naruto vs bleach map and I can't get it to work.
This is what I did so far. Added the w3mmd library.
Custom script: call MMD_DefineValue( "Kills",MMD_TYPE_INT,MMD_GOAL_HIGH,MMD_SUGGEST_NONE )
and in trigger victory, 1 side or other side.
Score_kills is variable type integer(integer) -array
-
Victory Seireitei
-
Events
- Unit - Hokage's Building 0008 <gen> Dies
- Conditions
-
Actions
- Custom script: call MMD_UpdateValueInt( "Kills",2,MMD_OP_SET,udg_Score_Kills[2])
- Custom script: call MMD_UpdateValueInt( "Kills",3,MMD_OP_SET,udg_Score_Kills[3])
- Custom script: call MMD_UpdateValueInt( "Kills",4,MMD_OP_SET,udg_Score_Kills[4])
- Custom script: call MMD_UpdateValueInt( "Kills",5,MMD_OP_SET,udg_Score_Kills[5])
- Custom script: call MMD_UpdateValueInt( "Kills",6,MMD_OP_SET,udg_Score_Kills[6])
- Custom script: call MMD_UpdateValueInt( "Kills",8,MMD_OP_SET,udg_Score_Kills[8])
- Custom script: call MMD_UpdateValueInt( "Kills",9,MMD_OP_SET,udg_Score_Kills[9])
- Custom script: call MMD_UpdateValueInt( "Kills",10,MMD_OP_SET,udg_Score_Kills[10])
- Custom script: call MMD_UpdateValueInt( "Kills",11,MMD_OP_SET,udg_Score_Kills[11])
- Custom script: call MMD_UpdateValueInt( "Kills",12,MMD_OP_SET,udg_Score_Kills[12])
-
Events
Would really like some help, Thanks.