Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 08-05-2010, 05:40 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Oh, it also seems I was editing my post while you were replying. Don't forget to check the update above.

EDIT: To make it local, you declare it in the scope you want to use it. To make it private, add the "my" identifier.

sub whatever {
my $localvariable = 0;

$localvariable = 25;
}

Using it that way makes a variable available to only this sub. Looking at what you are doing above, you do not want a local variable.
Reply With Quote
  #2  
Old 08-05-2010, 05:45 PM
Bellos
Hill Giant
 
Join Date: Jul 2007
Posts: 111
Default

Quote:
Originally Posted by joligario View Post
Oh, it also seems I was editing my post while you were replying. Don't forget to check the update above.

EDIT: To make it local, you declare it in the scope you want to use it. To make it private, add the "my" identifier.

sub whatever {
my $localvariable = 0;

$localvariable = 25;
}

Using it that way makes a variable available to only this sub. Looking at what you are doing above, you do not want a local variable.
oh ok

yeah i know declaring in the sub would reset it when the events triggered. I dunno it seems kind of buggy the way im doing it. I mean id need it to trigger correctly for each player. I think that means i have to do q globals right?

I tried that once and gave up cause i could never make it work lol.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:56 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3