dim3 Forum

Full Version: Messaging Mayhem!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
When in a portal I want it to quit
so I send a message and recieve in my script

The id is 1000, a number so big
but when I press jump, I snap like a twig!

I stand up and roar so loud like thunder!
It's clashing with my message whatever the number!



Im recieving it in my player script btw
W. T. F. Sad?
When I send a message from course to player, the things i want it to do happen when i jump
Oh LOL
Post the script please. Specifically the part where you send/receive the messages.

Chainfist... Those were two of the most unhelpful and pointless posts I've ever seen. Please try not to spam like that.
That happens to me too. Whenever I jump, the player receives the message.
Actually, i seem to recall that happening to me as well. I haven't been home in a while, though. Scratch what I said earlier about posting the script.
Yay I got it working!
Tell us how Murderpuss2000 so we can use it if we need it.
Code:
        if(subEvent!=DIM3_EVENT_MESSAGE_FROM_COURSE) return;
        
        switch (id) {
            
            case 1000:        //end map
                iface.interaction.quit();
                return;

        }

That is a message from portal entry with id 1000.

the case should be your message id
Pages: 1 2 3
Reference URL's