ID:164013
Jul 21 2007, 1:43 pm
|
|
hey there, how would i go about making power pellets that disappear when you move into them and they give you 5 points (10 for power pellets)?
|
Jul 21 2007, 1:45 pm
|
|
In response to Nadrew
|
|
thx for the help--scratch that, dont work..
mob |
In response to VolksBlade
|
|
Don't make the pellets turfs. Make them objects. Turfs are for ground, blocks, walls, etc. Objects are for items and such.
|
In response to Phas
|
|
Also don't copy paste. Most of the time, example given will not work for your code, but will only serve and an example and will only work for the example given.
|
In response to VolksBlade
|
|
VolksBlade wrote:
thx for the help--scratch that, dont work.. > mob Your code is trying to find a turf inside the turf that you just entered -- generally speaking, two turfs won't occupy the same space (especially in this specific case -- pellets should be objects). You're going to want to do something like this; obj/pellet |