Author Topic: Axolotl's event dump (Event_Skiing/Event_Parachute)  (Read 2253 times)

Event_Skiing

Events can now control skiing, useful in ski resorts.

Includes a variable replacer: <var:player:isSkiing>


startSkiing - Makes the player start skiing.
ZoneEvents: Can be interfaceable with onPlayerEnterZone.

stopSkiing - Makes the player stop skiing and dismount from his skis.
ZoneEvents: Can be interfaceable with onVehicleEnterZone.

Download via...
MediaFire (what everybody uses for non-RTB add-ons)
LocalHostr (ad-free)
RTB (recommended, ad-free)

No pics needed because it's just like Item_Skis

Requires ZoneEvents to work because skis are a vehicle.

Event_loveParachute

Events can now control parachutes.

Includes a variable replacer: <var:player:isParaing>


startParachute - Makes the player deploy his parachute.
stopParachute - Makes the player undeploy his parachute.

Download via...
MediaFire
LocalHostr

Requites parachute.
« Last Edit: March 02, 2012, 10:08:11 PM by Axolotl »

If you say anything about "loel tihs is nt' worth it cus of v21" then you are stupid because siba has made terrain bricks.
« Last Edit: March 01, 2012, 08:00:36 PM by Axolotl »

If you say anything about "loel tihs is nt' worth it cus of v21" then you are stupid.

Siba is making terrain bricks, and possibly others.
They're already done and are in the holding tank of RTB.

They're already done and are in the holding tank of RTB.
awesome

and neat mod :D

Now make event_parachute please
That would be amazing

Now make event_parachute please
That would be amazing
I might do that too


Wow, this is so simple that I could have made it.

But you thought of it first, and it is useful. Good work.


Does the Ski item need to be enabled for this to work?

Does the Ski item need to be enabled for this to work?
yes
undoubtedly
however, I can't tell if it's forced in the add-on because I haven't actually looked at the add-on... so you might not need to remember to enable it

yes
undoubtedly
however, I can't tell if it's forced in the add-on because I haven't actually looked at the add-on... so you might not need to remember to enable it
It's forced.

Also, I don't know if startSkiing and stopSkiing require Item_Skis so I forced it.

:D!!!!!!!!!!
OK, this should be an easy variable replacer because %player.isParaing is already included in Item_Parachute.

Sadly, startParaing and stopParaing are not included in the functions so I would need to check isParaing, set isParaing, and onFire.

Event_Parachute

Events can now control parachutes.

Includes a variable replacer: <var:player:isParaing>


startParachute - Makes the player deploy his parachute.
stopParachute - Makes the player undeploy his parachute.

Download via...
MediaFire
LocalHostr

Requites parachute.
I WILL love YOUR star fish FOREVER

It's forced.

Also, I don't know if startSkiing and stopSkiing require Item_Skis so I forced it.
They do, it literally puts you on a ski vehicle when called.