Author Topic: VehicleA is not PlayerB's vehicle script? [SOLVED]  (Read 347 times)

I tried adding a Grand Theft Auto Script into my [G]RPG but I got this error:
Code: [Select]
-Snip-
« Last Edit: January 02, 2013, 08:17:49 PM by Gordo12699 »

change if (getTrustLevel(%col.brickGroup, %obj.client.brickGroup) = 0) to if (getTrustLevel(%col.brickGroup, %obj.client.brickGroup) == 0)

Will do, Trialing and Erroring...

Fixed it, your solution helped and I parented wrong, thanks for the help.

Please don't edit your post out.