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.

Problem with scripting on start

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

Problem with scripting on start

Post by Creatorrookie »

In my cfgs, when I try to show a gui in the on_start, it doesn't work. It also doesn't work when I try to put the player in thirdperson at the beginning of the game.

The thirdperson in the on_start works only in one of my maps, but it doesn't work with any other map I create!

This is something like what I did with my cfg for the gui thing:

"on_start" = [showgui Start]
newgui Start [
guitext "Welcome" chat
]

This is what I did with the thirdperson thing:

"on_start" = [thirdperson 1]

playermodel 1

Basically, I can only activate these thing with level triggers in other maps.
What's wrong with my scripting?
The rookie in sandbox... :)
Hirato
Developer
Developer
Posts: 689
Joined: May 30th, 2009, 1:23 pm
IRC Username: hirato

Re: Problem with scripting on start

Post by Hirato »

don't bother with the on_start bits
This is not a url, clicking it is pointless
Locked