Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
All, Gmail is currently rejecting messages from my host. I have a ticket in process, but it may take some time to resolve. Until further notice, do NOT use Gmail for your accounts. You will be unable to receive confirmations and two factor messages to login.
I'm new. Hello. Can an enemy entity have an alternate script? Or would creating an alternate version of the entity be the better solution. I can be more specific if need be.
I'm new. Hello. Can an enemy entity have an alternate script? Or would creating an alternate version of the entity be the better solution. I can be more specific if need be.
Yes and no. Every entity runs its own instance of a script, but the functions, code, etc. are all identically compiled from its base model.
You can load and execute scripts on the fly, but that's not meant for what you're asking. So either put some logic in the script to do something different based on whatever conditions you are thinking of, or just make another model copy.