Requesting A Favor from a good multiboarder...

Husky

Local Lurker
Reaction score
116
Hi,
Okay my map is pretty much done except that I need a favor from a multiboard.
I have one on my map but i'm not exactly sure how to get it how I like.
Anyway what i want to happen is when someone is tagged (note: only one person is it at one time) they get time added to their total time.
And after about X time whoever has the least time is the winner.

So what i was palnning to do was e-mail or post it up and they could fix it up quick so the BETA would be ready for release tonight or tomorrow morning.

So if anyone wants to help they will get full credits for their work and it would make me a happy man.
Thanks,
-Husky
 
I made a map to show one way to do it. If you dont understand you can upload your map here and I am sure that some one help you.

And it is always better to show that you have tested some ways to do it before you ask for something. I think people is more helpfull if the see that you have put som work into it.
 

Attachments

Well it knida worked.
I got it so that Player1's time counts up but when he tags another player their time doesn't change and Player 1's just keeps counting up.
I think it would be easier if I just mailed it to someone and they could please fix it up for me.
It shouldn't take to long, so it would be so great if you could.
husky_003 said:
...they will get full credits for their work....
-Husky
 
Could you please post your trigger?

Also, are you looking for help with beta-testing? :)
 
Okay the triggers, these were from phrex1ans map:
Code:
TRIGGER 1:
Init Multi
    Events
        Time - Elapsed game time is 0.10 seconds
    Conditions
    Actions
        Multiboard - Create a multiboard with 2 columns and Numberofplayers rows, titled Tag Time
        Set Multiboard = (Last created multiboard)
        Multiboard - Set the display style for Multiboard item in column 0, row 0 to Show text and Hide icons
        Multiboard - Set the width for (Last created multiboard) item in column 1, row 0 to 16.00% of the total screen width
        Multiboard - Set the width for (Last created multiboard) item in column 2, row 0 to 8.00% of the total screen width
        For each (Integer A) from 1 to Numberofplayers, do (Actions)
            Loop - Actions
                Multiboard - Set the text for Multiboard item in column 1, row (Integer A) to (Name of (Player((Integer A))))
                Multiboard - Set the text for Multiboard item in column 2, row (Integer A) to (String(0))
        Multiboard - Show Multiboard

TRIGGER 2:
Update Multi
    Events
    Conditions
    Actions
        For each (Integer A) from 1 to Numberofplayers, do (Actions)
            Loop - Actions
                Multiboard - Set the text for Multiboard item in column 2, row (Integer A) to (String(TagTime[(Integer A)]))

TRIGGER 3:
Add Tag time
    Events
        Time - Every 1.00 seconds of game time
    Conditions
    Actions
        Set TagTime[(Player number of TagPlayer)] = (TagTime[(Player number of TagPlayer)] + 1)
        Trigger - Run Trigger (ignoring conditions) <=== Needs a Variable
        Trigger - Run Update Multi <gen> (ignoring conditions)

TRIGGER 4:
Init
    Events
        Map initialization
    Conditions
    Actions
        Set Numberofplayers = 12
        Set TagPlayer = Player 1 (Red)

Well that's it. I'm guessing most of you will spot problems staright away.

Silverhawk - As for BETA testing the map will be posted up and yes, I do want people to test it.

Any ideas?
-Husky
 
I think the problem is that TagPlayer is always player 1. Somehow you need to switch it when appropriate.
 
Well I'll tell you one thing right up front.

You don't need the initialization.

Go to your variables and you can SET them to an initial value (sometimes). It saves a lot of work.

TagPlayer? If you're doing tag and stuff like that, you will want to switch the tagger player to a different player--perhaps the last captured (use a boolean array variable IsCaptured).
 
Seeing i'm no good with multiboards cold I just send it to someone and they fix it up for me? Sorry, I just really want this map out ASAP.
 
husky_003 said:
Well what do you think I should set it too?

It depends on how your unit is being tagged
If it is by an ability:
TagPlayer = Owner of(Target of ability being cast)

And I think your multiboard is working fine. The only probles is to change TagPlayer when it is supposed to change.

Post how your units is being tagged.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Real users can't really disable Javascript anymore these days.
  • Ghan Ghan:
    The internet is broken without it.
  • Ghan Ghan:
    Bot readable, not human usable.
  • The Helper The Helper:
    got it
  • The Helper The Helper:
    Happy Thursday!
  • The Helper The Helper:
    Check out the new Featured Content feature we apparently got with the forum software upgrade! https://www.thehelper.net/featured/
  • The Helper The Helper:
    Also on the bottom right side bar we now have a Trending Content Box!
    +1
  • The Helper The Helper:
    Not on the Headline News page just on the Forums page can we get that Featured and Trending on the home page?
  • Ghan Ghan:
    Since the home page is technically a forum, it now shows on all forum views. Still in the sidebar.
    +1
  • The Helper The Helper:
    Happy Friday! Hope everyone has a fantastic day and an even better weekend!
  • The Helper The Helper:
    Happy Sunday!
  • The Helper The Helper:
    I lovc that I can post webp and X links now! :)
  • The Helper The Helper:
    Happy Thursday!
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    we were down for a minute - think a log file or something got too big
    +1
  • Ghan Ghan:
    The alerts say it was down for a while unfortunately.
  • Ghan Ghan:
    Didn't know what was going on while I was at work.
  • Ghan Ghan:
    Disk filled up with logs. Fixed now.
    +1
  • The Helper The Helper:
    not a problem at all thanks for getting us back up
  • The Helper The Helper:
    I think the bots are finding a way to get through the anubis
  • The Helper The Helper:
    Happy Wednesday Everyone! Hope everyone has a Fantastic Day!
    +1
  • The Helper The Helper:
    Yeah, stats are showing big bot influx like 12k page views.
  • Wizard Wizard:
    :wave:
    +1
  • Ghan Ghan:
    TH changed his avatar again. 6 more weeks of summer.
    +3
  • Wizard Wizard:
    lol
    +1

The Helper Discord

Members online

Affiliates

Hive Workshop NUON Dome World Editor Tutorials
Back
Top