Advertisement
Sabia_Innovia

variable scope

Dec 13th, 2020
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     on_rez(integer num)
  2.      
  3.    
  4.     {
  5.        // string str_DisplayGreeting = (string)DisplayGreeting;
  6.         llOwnerSay("I've been rezzed");
  7.         llOwnerSay((string)str_DisplayGreeting);
  8.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement