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.

Level Triggers

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
Creatorrookie
Member
Member
Posts: 66
Joined: September 22nd, 2009, 8:35 pm
Name: John

Level Triggers

Post by Creatorrookie »

When adding level triggers to my map's cfg, is it necessary to add the " " marks at the beginning and end?


Example:

"level_trigger_1" or level_trigger_1


Sometimes I have to keep testing the triggers all day until they finally work. In one of my maps, it worked with the " " marks, I tried that in my newest map and it didn't work. I tried it without the " " marks and it seemed to work. How do I know which one to use?
The rookie in sandbox... :)
User avatar
Mike
Administrator
Administrator
Posts: 871
Joined: May 24th, 2009, 12:52 pm

Re: Level Triggers

Post by Mike »

Should be okay without. Here is my example from the FAQ:

Code: Select all

  level_trigger_1 = [showgui Princess-Robochimp]
  newgui Princess-Robochimp [
  guitext "Thank you for saving me!" chat
  guitext "You're my hero!" chat
  ]
Let us know if you have any more trouble. Take care!
-mike
Sign up for our Newsletter to keep up to date with the Sandbox news!
We also have a facebook page, facebook group, myspace page and a twitter page[/b][/color]!
User avatar
Creatorrookie
Member
Member
Posts: 66
Joined: September 22nd, 2009, 8:35 pm
Name: John

Re: Level Triggers

Post by Creatorrookie »

Ok, thanks!
The rookie in sandbox... :)
Locked