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.
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 30 matches
- November 22nd, 2010, 10:34 am
- Forum: Sandbox General Support
- Topic: I cant see the player or character
- Replies: 15
- Views: 3762
Re: I cant see the player or character
yeah i tried but it didnt seem to work
- November 21st, 2010, 3:41 pm
- Forum: Sandbox General Support
- Topic: I cant see the player or character
- Replies: 15
- Views: 3762
Re: I cant see the player or character
can u do it in rpg?
- November 19th, 2010, 3:40 pm
- Forum: Sandbox General Support
- Topic: Max map size?
- Replies: 10
- Views: 4898
Re: Max map size?
no you see i was snagging at a problem in the game that i was making which was: you cant carry values from one map to a different map and i wanted to create a large kingdom full of cities and countryside that you could go exploring through by different maps . but as you cant carry values i wanted to...
- November 18th, 2010, 1:08 pm
- Forum: Sandbox General Support
- Topic: Max map size?
- Replies: 10
- Views: 4898
Max map size?
What is the max map size you can choose?
when i pull the slider across it only goes as far as 16 and i seen on youtube a boy saying not to go past 18.
if there is a way to increase it manually please tell me
when i pull the slider across it only goes as far as 16 and i seen on youtube a boy saying not to go past 18.
if there is a way to increase it manually please tell me
- November 17th, 2010, 2:54 pm
- Forum: Tutorials and Resources
- Topic: Making the login and register.
- Replies: 10
- Views: 6202
Re: Making the login and register.
err... i didnt watch the vid but did you create a place that actually stores the values typed into the register part so that when it come to the login, it can verify if the username exists and if it does, does the password match the username?
- November 15th, 2010, 8:41 am
- Forum: Tutorials and Resources
- Topic: Opening Plain Door
- Replies: 11
- Views: 4374
Re: Opening Plain Door
oh, oh rite thats ok!! 

- November 14th, 2010, 4:52 pm
- Forum: Sandbox General Support
- Topic: I need a little help with scripting
- Replies: 9
- Views: 2281
Re: I need a little help with scripting
errr......!!! now the infofound to show the second convo isnt working! level_trigger_1 = [if ( $infofound = 1) [showgui npc2-1] ; showgui npc1-1] i even change the code to ^ to try and see if it would work but naw it dont. the full code on_start = [ infofound = 0 money = 0 ] level_trigger_1 = [if ( ...
- November 14th, 2010, 4:40 pm
- Forum: Sandbox General Support
- Topic: I need a little help with scripting
- Replies: 9
- Views: 2281
Re: I need a little help with scripting
Code: Select all
guitext "Yes you know what i will. Here's 5 gold for listening to my troubles!!" [cleargui]
Code: Select all
guitext "Yes you know what i will. Here's 5 gold for listening to my troubles!!"
guibar
guibutton "Bye" [cleargui]
- November 14th, 2010, 4:35 pm
- Forum: Sandbox General Support
- Topic: I need a little help with scripting
- Replies: 9
- Views: 2281
Re: I need a little help with scripting
would i be right in saying this'll do the trick? newgui npc3-3 [ guitext "Aha... There is but how do I know I can trust you!!?" guibar guibutton "Believe me there will not be four people who know it!" [infofound1 = (+ $infofound1 1); showgui npc3-4] guibutton "You can't see ...
- November 14th, 2010, 4:25 pm
- Forum: Sandbox General Support
- Topic: I need a little help with scripting
- Replies: 9
- Views: 2281
Re: I need a little help with scripting
so... should i change guitext to echo??
naw that isnt right...
err... help???
should i just put the info and money in with the guibutton that corresponds to it?
naw that isnt right...
err... help???
should i just put the info and money in with the guibutton that corresponds to it?