View unanswered posts | View active topics
|
Page 1 of 1
|
[ 6 posts ] |
|
| Author |
Message |
|
OldnGrey
|
Post subject: item.hp -= 1; Posted: Sun Apr 06, 2008 7:01 am |
|
Joined: Sat Feb 04, 2006 6:26 pm Posts: 548
|
|
For some reason I am not able to decrement an item's hp using
item.hp -= 1;
item.hp := item.hp - 1;
does work as you'd expect.
Is there any problem with those operators when dealing with refs and not integers?
The distro combat hook has armour wear using item.hp -= 1;
So this may be a bug.
If anyone else can test this for me to confirm, it would be good.
|
|
| Top |
|
 |
|
*Edwards
|
Post subject: Posted: Sun Apr 06, 2008 9:01 am |
|
Joined: Fri Dec 28, 2007 11:19 pm Posts: 91 Location: Montreal, Canada
|
|
I did in my combat hook and it's not working. I shall reply here in few minutes with a reel test & confirmation.
_________________
FantasiaShard.com
|
|
| Top |
|
 |
|
*Edwards
|
Post subject: Posted: Sun Apr 06, 2008 9:15 am |
|
Joined: Fri Dec 28, 2007 11:19 pm Posts: 91 Location: Montreal, Canada
|
Result:
Quote: For some reason I am not able to decrement an item's hp using item.hp -= 1;
item.hp := item.hp - 1; does work as you'd expect.
_________________
FantasiaShard.com
|
|
| Top |
|
 |
|
ncrsn
|
Post subject: Posted: Sun Apr 06, 2008 10:38 am |
|
Joined: Fri Feb 10, 2006 12:15 am Posts: 217
|
|
AFAIK UObject member's values cannot be modified using -= += etc constructs. If I remember correctly, this is known bug, that is (too hard) to be fixed. Couldn't find the post stating so, thought.
|
|
| Top |
|
 |
|
Pierce
|
Post subject: Posted: Sun Apr 06, 2008 2:17 pm |
|
Joined: Thu Feb 02, 2006 8:33 am Posts: 276
|
|
| Top |
|
 |
|
OldnGrey
|
Post subject: Posted: Sun Apr 06, 2008 10:43 pm |
|
Joined: Sat Feb 04, 2006 6:26 pm Posts: 548
|
|
Thanks guys.
That confirms there is a bug in the distro combat scripts.
|
|
| Top |
|
 |
|
Page 1 of 1
|
[ 6 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 0 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|

|