Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
djazraell
Apprentice
Posts: 26
Likes Given: 2
Likes Received: 1 in 1 posts
Joined: May 2014
Reputation: 0
|
ATTR!
Friends me. Asd but I am writing error 010 att coming to the console
Code:
SRC.NEWITEM=0199
src.act.color=07a1
SRC.ACT.ATTR=attr 010
SRC.ACT.P=<SRC.P>
SRC.ACT.MOVE -11 -5 0
Get it if you write like that when I save those places are disappearing.!
Code:
SRC.ACT.ATTR=attr_static|attr_decay
Facebook
|
|
06-12-2014 05:59 AM |
|
|
Extreme
Grandmaster Poster
Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20
SphereCommunity
|
|
06-12-2014 06:09 AM |
|
|
Coruja
Sphere Developer
Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7
Dimension Shard
|
RE: ATTR!
you must update your NEWITEM sintax
this is not used anymore:
Code:
SRC.NEWITEM i_something
SRC.ACT.something
the new sintax is:
Code:
SERV.NEWITEM i_something
NEW.something
the old code still works, but it's recommended use the new sintax
also ATTR is not set this way, ATTR is just a value
if you want set ATTR 010 you must use "NEW.ATTR= 010" instead "NEW.ATTR= attr 010"
|
|
06-12-2014 08:25 AM |
|
The following 1 user Likes Coruja's post:1 user Likes Coruja's post
djazraell (06-12-2014)
|
djazraell
Apprentice
Posts: 26
Likes Given: 2
Likes Received: 1 in 1 posts
Joined: May 2014
Reputation: 0
|
RE: ATTR!
(06-12-2014 08:25 AM)Coruja Wrote: you must update your NEWITEM sintax
this is not used anymore:
Code:
SRC.NEWITEM i_something
SRC.ACT.something
the new sintax is:
Code:
SERV.NEWITEM i_something
NEW.something
the old code still works, but it's recommended use the new sintax
also ATTR is not set this way, ATTR is just a value
if you want set ATTR 010 you must use "NEW.ATTR=010" instead "NEW.ATTR=attr 010"
Very thanks
Facebook
|
|
06-12-2014 02:15 PM |
|
|
User(s) browsing this thread: 1 Guest(s)