ID:271629
Aug 13 2007, 2:54 pm
|
|
How could i make it so a player can cast a spell, and once cast they can click any object and then drag and drop it anywhere? Also i will need a way to make some objects impossible to drag, thanks :D
|
Copyright © 2024 BYOND Software.
All rights reserved.
well the way id go about doing this is a make a verb so that the can move the stuff.
Next you go to the Mouse_Down proc
src.moves_stuff=0
im doing this fast so there may be an error with the last bit
**Edit i forgot to add the check if it moves.