Page 1 of 1

Question

Posted: July 24th, 2010, 3:18 pm
by InHumanUnit
It's been a long time since I asked a question....I got three right here.

1.How do you get NPCs to talk?

2.How do I make differnt levels?

3.Is it possible to use a model from Mixamo for SB?

Thanks, a reply would be nice.

Re: Question

Posted: July 25th, 2010, 2:35 am
by siimvuss
Everything you are asking is available in wiki tutorials list... http://sandboxgamemaker.com/wiki/index. ... rials_List

Re: Question

Posted: July 25th, 2010, 2:39 am
by GR1M
1. That answer is in the Wiki.

2. I don't fully understand your question. Do you mean like you finish level 1 and proceed to level 2 through teleporting?

3. You can if the model is either MD5,MD3, MD2 are obj format.

Re: Question

Posted: July 26th, 2010, 9:36 pm
by InHumanUnit
Thanks, :) But I'm confused about teleporters, they never work for me, I though they were already coded.

Re: Question

Posted: July 26th, 2010, 10:50 pm
by siimvuss
If you want teleporters from one map to another you need to make script to do so, easiest way is to write:

Code: Select all

map yourmapname
, but check the wiki tutorial for full reference, if you want to teleport to specific part of your map then I suggest look around the forums, someone posted a code to do so.

Re: Question

Posted: July 28th, 2010, 9:54 am
by InHumanUnit
Okah, thanks. :D