Jump to content

Recommended Posts

Posted

With Ai's support, I am compiling a script to implement. When I pass it to PCA, it gives me a variable error.

 

Spoiler

Immagine.jpg.a3d50268ec4b10b7fe7ce273ad67beef.jpg

 

With AI, I couldn't solve it. Any suggestions?

Posted (edited)

Looks like we don't have to worry about AI taking over even the simplest of programming tasks anytime soon.

 

Issues:

  1. Shadowing variables means you're trying to redefine something that's already defined somewhere else, like PippinTom sort of said.
  2. Since akCaster is an actor, FindClosestActorFromRef will always return akCaster.
  3. Using FindClosestActorFromRef like this, even if it wasn't used with an actor as the center, would always return the same actor.
  4. GetPlayerTeammate is not a Papyrus function.
  5. SetArousal and GetArousal do not exist in the Actor class.
Edited by traison

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...