Author Topic: Making a Projectile Start a JVS_Content Brick  (Read 2214 times)


%client = %obj.client;

That would be setting the value of %client to a different variable, as %obj.client isn't defined yet.

That would be setting the value of %client to a different variable, as %obj.client isn't defined yet.

How would I define it?  Btw thanks for the help

%obj.client = ...?

Why define it, when you already have the %client variable?

And you first have to define %obj, then define %obj.client

And you first have to define %obj, then define %obj.client

How would I define it?
I'm just not sure how to define it, could you help a bit more?  Thanks

I'm just not sure how to define it, could you help a bit more?  Thanks

Look, why make a whole new variable when you can just use %client?

Look, why make a whole new variable when you can just use %client?

I tried that and it didn't work.  Also I need it for this:

Code: [Select]
commandToClient(%obj.client, 'centerPrint', "\c6You have commited a crime. [\c3Breaking and Entering\c6]", 1);
                                %obj.client.TezRP(2, $TezRP::demerits::hittingInnocents);

Edit: Ugh, I  get it now. Now I gotta think of something usefull to post... Hmmm...
BLUBBERNUGGETS!