BoneCrafter
03-13-2012, 11:47 AM
Open the world editor, press F5, select the wait node named named Chick1WaitNode
Open the file game/modkit/tutorial/Tutorial02Objective.cs with your code editor
This objective spawns a chick and a dude. They will have sex if you press ENTER. After sex it will unspawn them and spawn a new couple. Some things we will cover:
- How to spawn regular AI characters from wait nodes in the world
- How to use a wait node (in combination with the CGen) to define who the character is
- Make two characters have sex
- How to unspawn characters
Open the file game/modkit/tutorial/Tutorial02Objective.cs with your code editor
This objective spawns a chick and a dude. They will have sex if you press ENTER. After sex it will unspawn them and spawn a new couple. Some things we will cover:
- How to spawn regular AI characters from wait nodes in the world
- How to use a wait node (in combination with the CGen) to define who the character is
- Make two characters have sex
- How to unspawn characters