Page 1 of 1

Problem with scripting on start

Posted: January 3rd, 2010, 2:56 pm
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?

Re: Problem with scripting on start

Posted: January 4th, 2010, 8:32 pm
by Hirato
don't bother with the on_start bits