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.

Search found 8 matches

by christopha
July 14th, 2011, 6:25 pm
Forum: Sandbox General Support
Topic: Help with npcs/quests.
Replies: 13
Views: 3131

Re: Help with npcs/quests.

no. I made an entirely new one.
by christopha
July 14th, 2011, 3:22 pm
Forum: Sandbox General Support
Topic: Help with npcs/quests.
Replies: 13
Views: 3131

Re: Help with npcs/quests.

I'm in single player
yes i'm saving the script
and yes i have the correct triggers/mapmodels
by christopha
July 13th, 2011, 4:03 pm
Forum: Sandbox General Support
Topic: Help with npcs/quests.
Replies: 13
Views: 3131

Re: Help with npcs/quests.

I tried it out in fps mode did everything exactly how I did it in rpg (loaded it up with F6 and executed it and reloaded it in sp mode) and nothing happened still. D:
by christopha
July 13th, 2011, 11:49 am
Forum: Sandbox General Support
Topic: Help with npcs/quests.
Replies: 13
Views: 3131

Re: Help with npcs/quests.

Okay. Thank you!
by christopha
July 11th, 2011, 5:04 pm
Forum: Sandbox General Support
Topic: Help with npcs/quests.
Replies: 13
Views: 3131

Re: Help with npcs/quests.

Yes, I am in rpg mode and I did load it using F6.
by christopha
July 11th, 2011, 3:07 pm
Forum: Sandbox General Support
Topic: Help with npcs/quests.
Replies: 13
Views: 3131

Re: Help with npcs/quests.

Code: Select all

   //Picking up items
    level_trigger_1 = [
       barrel = (+ $barrel 1)
       echo "You picked up a Barrel"
Goes at the very beginning.
by christopha
July 11th, 2011, 3:06 pm
Forum: Sandbox General Support
Topic: Help with npcs/quests.
Replies: 13
Views: 3131

Re: Help with npcs/quests.

I tried that but still nothing happened. Do I need to code for interactions or should it just happen? ] //End Picking up items // Start Quest level_trigger_2 = [ showgui Quest ] newgui Quest [ guitext "Hello? Can i help you?" chat guibar guibutton "Im looking for a quest" "s...
by christopha
July 10th, 2011, 8:44 pm
Forum: Sandbox General Support
Topic: Help with npcs/quests.
Replies: 13
Views: 3131

Help with npcs/quests.

How do I get the NPC's to talk and give out quests? I've been trying to find an answer that I understand but unfortunately everything I try doesn't work or doesn't help me understand what I am doing wrong. Any kind of advice would be much appreciated.