UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Mineturtle

The thing is, I only edited my GSC.
Here it is in its entirety.
http://hastebin.com/opazinigen.php

Double Post Merge: October 07, 2016, 03:48:39 am
And now it happens on any other map I make. Completely unedited, doesn't work.
8 years ago
http://i.imgur.com/PHRol1h.png

I added a piece of script to change the lightstate when the power is turned on, but this does not seem to work. Does this work right?


function poweron()
{
   trig = getent("use_power_switch","targetname");

   trig waittill("trigger",user);
   if( isdefined( user ) )
   {
      level util::set_lighting_state( 2 );
   }


}


Double Post Merge: October 06, 2016, 12:23:52 am
I even commentated it out, and it still happens. :(
8 years ago
Thanks mate, this is really appreciated!
8 years ago
There is a spot in my map where I need to have low gravity, since the game limits how long I can wall run for. I found a post here https://ugx-mods.com/forum/index.php/topic,7767.15.html , but the code does not work anymore. :(
8 years ago
Ah sorry mate, I found out earlier, but I can't edit posts yet. Thanks for this though.
8 years ago
That skybox doesn't exist.
8 years ago
You need a volume with the targetname start_zone.
8 years ago
Loading ...