Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

How Do I Code A Jump Pad Map Model As A Level End

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
User avatar
BlackGulf
Member
Member
Posts: 127
Joined: August 28th, 2011, 5:07 pm
Name: Trevor
IRC Username: BlackGulf
Location: Stalkin' Your Mom
Contact:

How Do I Code A Jump Pad Map Model As A Level End

Post by BlackGulf »

In 2.6.0 ?
Image

Current Project
The Adventures Of NotaPig

Models Image
Maps Image
Coding Image
Textures Image
Music and SFX Image

In Need Of Staff.
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: How Do I Code A Jump Pad Map Model As A Level End

Post by arcones »

Simple. Place down the jumppad as a mapmodel instead of entity. Using the level_trigger_# and trigger tag, you can code a simple level end/next level script. It's really simple and there are loads of tutorials for that one instance all around the forum. I'd use the search in the top right corner of the forum ;D

Arcones
Image
Want a user bar like this one? PM Leo!
User avatar
BlackGulf
Member
Member
Posts: 127
Joined: August 28th, 2011, 5:07 pm
Name: Trevor
IRC Username: BlackGulf
Location: Stalkin' Your Mom
Contact:

Re: How Do I Code A Jump Pad Map Model As A Level End

Post by BlackGulf »

sorry but i know nothing about coding
Image

Current Project
The Adventures Of NotaPig

Models Image
Maps Image
Coding Image
Textures Image
Music and SFX Image

In Need Of Staff.
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: How Do I Code A Jump Pad Map Model As A Level End

Post by arcones »

Something like this would help:

Code: Select all

level_trigger_2 = [echo "*message*"; endsp; sleep 1000 [map *name*]]
Image
Want a user bar like this one? PM Leo!
Locked