| QUOTE (koragg @ Friday, Mar 30 2012, 07:31) |
Can I change a special actor's ID from #SPECIAL01 to something else like #SPECIAL03 (for example) Because i've got a bigfoot mod but i've also got an aliens mod and bigfoot and the alien model have the same ID so it just spawns the alien (and never bigfoot) |
I think you want to change the player when the game starts , This is not difficult but easy, but I suppose you did not learn the scm coding !! Above all I would advise you to learn coding ok, But I advise you to start from the weakness of the hard and you will good without the speed and will become for use sanny builder . ok . so .
1-
Mission Coding For beginner2-
ZAZ Tutorial3-
Mission Coding For Pro'sto load special actor you will start with this code
023C use 1 or 2 With the order
. . . .
| CODE |
023C: load_special_actor 'ACTOR' as 1 // models 290-299
|
to changer player you must use :
| CODE |
09C7: change_player $PLAYER_CHAR model_to #SPECIAL01 |
Special01 = the actor is that 'ACTOR' as 1 = 01
Special02 = as 2 . . .