WarPigGames

RemoteExec variable returns 'any'

1 post in this topic

I'm attempting to throw a hint to a player when they perform a use action on an object... no matter how I structure the result, it always returns 'any' as the value.

_townName = "Kavala";

[_object, ["Show Hint", { hint text format ["Person was last seen somewhere near %1", _townName] }]] remoteExec ["addAction", -2, _object];

The above always returns "Person was last seen somewhere near any" I have no idea why this is happening. I even converted the variable to public, and still no luck.

Anyone have an idea what might be wrong?

Share this post


Link to post
Share on other sites
Advertisement

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.