Author Topic: Another Question  (Read 2054 times)

0 Members and 1 Guest are viewing this topic.

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Another Question
« on: October 26, 2013, 01:44:33 AM »
0
Okay I have scoured both sites this one and EUO and cannot find the answer to my question so I'll ask.

I have figured out that C_ is a container but what is c_  and is the a page to look at more items like this :)

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Another Question
« Reply #1 on: October 26, 2013, 06:14:46 AM »
0
Okay I have scoured both sites this one and EUO and cannot find the answer to my question so I'll ask.

I have figured out that C_ is a container but what is c_  and is the a page to look at more items like this :)

c_  and C_  are both the same.  EUO scripting is NOT case sensitive .. thierfor FinDiTem works the same as finditem or fIndItEM

What you should look at is what ,  and .  do  :)
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: Another Question
« Reply #2 on: October 26, 2013, 07:58:09 AM »
0
Nice Right to left or left to right. After looking at several scripts I have either missed the . seems to be most work from left to right is this just because it's the way most people read?

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Another Question
« Reply #3 on: October 26, 2013, 11:02:13 AM »
0
Nice Right to left or left to right. After looking at several scripts I have either missed the . seems to be most work from left to right is this just because it's the way most people read?

One takes precedence over the other, and they work differently.
set % . Frog  hello , #spc , All
is not the same as
set % , Frog Hello . #spc . All


Try running this as an example
Code: [Select]
set %hello Hello
set %all   all
set % . Frog  %hello , #spc , %all
set %1 %Frog
set % , Frog %Hello . #spc . %All
set %2 %Frog
display ok Test1: %1 $ Test2: %2
halt


anyways total rerailment
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline InsideoutTopic starter

  • Full Member
  • ***
  • Posts: 183
  • Activity:
    0%
  • Reputation Power: 2
  • Insideout has no influence.
  • Respect: +13
  • Referrals: 0
    • View Profile
Re: Another Question
« Reply #4 on: October 26, 2013, 11:24:27 AM »
0
Thanks for the example lol clear as Mud :) Makes sense thanks for showing me how it works.

Tags: