Jump to content

Photo

Ledge Script.


  • Please log in to reply
40 replies to this topic

#31 Linkus

Linkus

    .

  • Members
  • Real Name:Adam

Posted 24 April 2008 - 04:25 PM

The only thing I can think that would be a fix to the north-jumping bug is to create another script that works with this script; in turn I think it would be best to create and merge several scripts together before it can be "functional".

To be more precise, a Z-tracking script that actually places Link on top or below things. Just add a few variables, combos, and things, and Link could walk over a bridge with enemies under it, along with the possibility to jump off said bridge.

Of course, the script would be global. And a bit of a pain, especially when you have to assign combos to special properties set in the script, like stairs, ledges, and bridges.

But that's my point of view on this.

...And another thing, has it been tested to see what happens when Link jumps into water?

#32 Nimono

Nimono

    Ultra Miyoa Extraordinaire!

  • Members
  • Real Name:Matthew
  • Location:Static Void Kingdom

Posted 24 April 2008 - 05:03 PM

QUOTE(Linkus @ Apr 24 2008, 05:25 PM) View Post

...And another thing, has it been tested to see what happens when Link jumps into water?

I just did- It works normally. Simple as that. (But you'll need to make the water walkable if you're gonna do this...)

#33 Purplemandown

Purplemandown

    The Old Guard

  • Members
  • Real Name:Nathan
  • Location:Milwaukee, WI

Posted 08 May 2008 - 05:05 PM

icon_eek.gif Wow! This is the single best <derrogatory 4-letter word>ing script EVER! This puts you up by Shoelace as one of the greats! I WILL use this! icon_smile.gif icon_unsettled.gif icon_blink.gif icon_rolleyes.gif

#34 Beefster

Beefster

    Human Being

  • Members
  • Real Name:Justin
  • Location:Colorado

Posted 08 May 2008 - 05:13 PM

Thanks, man. That makes me feel like I exist! Yay!

#35 Joe123

Joe123

    Retired

  • Members

Posted 08 May 2008 - 05:31 PM

Hey Beefster, what's that '&&=' assigment you're using?
I've never seen it before

#36 AgentLym

AgentLym

    • Zelda and Pokémon Master •

  • Members
  • Location:Skyloft

Posted 09 May 2008 - 07:00 PM

QUOTE
Hey Beefster, what's that '&&=' assigment you're using?


Yeah. I was wondering that, also. icon_confused2.gif

#37 Beefster

Beefster

    Human Being

  • Members
  • Real Name:Justin
  • Location:Colorado

Posted 09 May 2008 - 08:03 PM

it's just a logical AND (not bitwise) paired with an assignment. It's the same as &= only for booleans. It compiled just fine, so I figured it was an acceptable convention.

#38 AgentLym

AgentLym

    • Zelda and Pokémon Master •

  • Members
  • Location:Skyloft

Posted 10 May 2008 - 08:53 AM

Oh. Cool! icon_razz.gif

#39 Joe123

Joe123

    Retired

  • Members

Posted 10 May 2008 - 02:41 PM

Ah.

So:
CODE
bool a = true;
bool b = true;
bool c;

bool d &&= a && b;
return d; //d returns true;

bool d &&= b && c;
return d; //d returns fasle;


Like that?

And would that mean we have '||='?

#40 Beefster

Beefster

    Human Being

  • Members
  • Real Name:Justin
  • Location:Colorado

Posted 16 May 2008 - 10:29 PM

Yep, that's pretty much how it works.

||=: Probably. See if it compiles.

#41 Christian

Christian

    Summoner

  • Members
  • Real Name:Chris
  • Location:New Jersey

Posted 23 September 2008 - 02:09 PM

I loaded this script on my quest oracle of nature but i cant just seem to make this thing work...how to i make it work? icon_sweat.gif


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users