|
SqueezeOne Pow
World Changer
Join date: 21 Dec 2005
Posts: 1,437
|
08-07-2007 16:59
So I'm working on a vehicle that gives a "permissions not set" error whenever I cross a sim. It doesn't affect anything other than look tacky.
Someone once told me how to adjust for that but I forgot and that person isn't around anymore. I know it's some "if"/"else" type command but I'm too script-tarded to figure it out!
Help?
_____________________
Semper Fly -S1. Pow
"Violence is Art by another means"
Visit Squeeze One Plaza in Osteria. Come for the robots, stay for the view!http://slurl.com/secondlife/Osteria/160.331/203.881
|
|
Kenn Nilsson
AeonVox
Join date: 24 May 2005
Posts: 897
|
08-08-2007 00:49
Why not just an:
if(perms & PERM_YOU_WANT) return; else llRequestPermissions();
Of course...if it's not an auto-granted permission, that could get annoying for the driver of the vehicle.
_____________________
--AeonVox--Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms chasing ghosts, eating magic pills, and listening to repetitive, addictive, electronic music.
|