Author Topic: Use of N/A  (Read 2458 times)

0 Members and 1 Guest are viewing this topic.

Offline The GhostTopic starter

  • Elite
  • *
  • *
  • Posts: 1917
  • Activity:
    0%
  • Reputation Power: 25
  • The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.The Ghost is on the verge of being accepted.
  • Respect: +245
  • Referrals: 0
    • View Profile
Use of N/A
« on: October 25, 2016, 04:07:54 PM »
0
I have seen in some build the use of those two letter N/A.   Why are we using them and specially when.   

This come to mind
 I set my list of monster I want
In my sub I have those two target at NA. 
 
Code: [Select]


set %monster AG_NG_EG_XG_PF_IG_YG_TF
gosub target
halt
sub target
  set %target1 n/a
  set %target2 n/a
{
Do something
}

return

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13301
  • Activity:
    0%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Use of N/A
« Reply #1 on: October 25, 2016, 06:38:25 PM »
0
This is the default value Cheffe uses when displaying a variable that has never been initalized.  If you set it to N/A, you are just following the normal accepted convention of invalidating the last used content. 
Please read the ScriptUO site RULES
Come play RIFT with me!

Tags: