Page 1 of 1

little question here

Posted: Sat Aug 10, 2002 11:07 am
by Dazzo
I havent even tried to make a module yet, but im trying to make a good story in my head before i make one..

I was wondering.. is it possible to have a different starting area for a race..?

like.. if your a dwarf you start in a dwarf city, as a halfling in a halfling city etc etc

Posted: Sun Aug 11, 2002 7:30 am
by Demis
I don't know if it is possible to have a different starting area according to race, but you could make a starting location and divide it in several rooms, each room appropriate for a race and put several staring points. But you have to script the staring points i guess.

EDIT: I just realised that you can't place several starting points in the same area. :rolleyes:

Posted: Thu Aug 15, 2002 8:12 am
by Xyx
You can.

Modify the onClientEnter script to JumpToLocation the PC (using AssignCommand) wherever you'd like to see them start, according to race.

Note: DelayCommand the jump by at least 0.5 seconds, or the game will take you back to the starting location anyway.