Alright, I'm completly new to this kind of thing, and I need some help. Can I/How do I make it so that a character is only visible after a flag is set to true? Any help would be greatly appreciated.
Need help with flags
Débuté par
rbbhaney
, avril 15 2011 05:38
#1
Posté 15 avril 2011 - 05:38
#2
Posté 16 avril 2011 - 04:12
The only way I know of is to use plot scripting. I'm not very good at explaining some of these things (and thus you may need a tutorial for the steps), but broken down you need to:
- create the plot resource and its flags
- create a script resource (in the script editor, it might be a good idea to go to the templates section and use the plot script template)
- associate the script in the plot script property of the plot resource
- in the script, you'll need to use the appear function (SetObjectActive, I believe) using the tag of the creature that has to appear
- make sure the creature is "inactive" (it's a property set on the creature in the area)
These steps should be able to make the creature only appear when you call the plot flag, but I'm bad at explaining the scripting. Sorry...
- create the plot resource and its flags
- create a script resource (in the script editor, it might be a good idea to go to the templates section and use the plot script template)
- associate the script in the plot script property of the plot resource
- in the script, you'll need to use the appear function (SetObjectActive, I believe) using the tag of the creature that has to appear
- make sure the creature is "inactive" (it's a property set on the creature in the area)
These steps should be able to make the creature only appear when you call the plot flag, but I'm bad at explaining the scripting. Sorry...





Retour en haut






