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.

HELP ME PLEASE! level triggers problem

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
doublewar
Member
Member
Posts: 11
Joined: January 30th, 2010, 6:46 am
Name: Mario

HELP ME PLEASE! level triggers problem

Post by doublewar »

i am working on a level, and last night it worked fine. the level triggers worked and dialog came up and everything. now, when i exit edit mode and go to the models that should give the trigger, nothing happened. they are set right. repeat trigger X times, trigger # X. they appear as though they should work ok, but they are not doing anything. i tried restarting the program, and still the triggers dont work. can someone help please? did i somehow disable them? how do i reenable the level_triggers??
doublewar
Member
Member
Posts: 11
Joined: January 30th, 2010, 6:46 am
Name: Mario

Re: HELP ME PLEASE! level triggers problem

Post by doublewar »

ALSO.. i made a new map and made a model and added a trigger that should have made dialog come up. even in a new map, the new trigger didnt work. the triggers are right, no coding errors. they worked last night. why did they suddenly stop working? please reply someone!
offtools
Member
Member
Posts: 125
Joined: June 23rd, 2009, 2:10 pm
Name: offtools
IRC Username: offtools

Re: HELP ME PLEASE! level triggers problem

Post by offtools »

hi there,

be aware that you have to choose SP mode.

add a mapmodel, e.g. a door

than try the following script commands:

Code: Select all

level_trigger_1 = [echo a door opened nearby]
entset mapmodel 90 110 10 1
trigger 1 1
this should work.

offtools
doublewar
Member
Member
Posts: 11
Joined: January 30th, 2010, 6:46 am
Name: Mario

Re: HELP ME PLEASE! level triggers problem

Post by doublewar »

i restarted the system and reentered the triggers...for some reason, that got it to work. im still not sure what caused it not to work until i restarted the system though... the program never gave me any problems before, it didnt even lag on my custom built monster of a gaming computer with graphics all maxed out :|
Locked