ID:155704
 
I need help getting a code...... wat is the code to make players get replace with another icon and they can move ANYWHERE for a limited time , invisible. Thxn to any1 who can tell me :D
Im new to coding but are u asking how to make someone invisible(cant be seen) or intangible(walk thru solid objects but can be seen).?
In response to Snyperwolf (#1)
Yep to not be seen but cant walk thru walks
In response to Duelmaster409 (#2)
im srry but that didnt help at all, i read everything but it didnt tell me wat i wanted to do, but thnx anyway...
In response to Devron0606 (#4)
Correct me if im wrong but wouldnt u change the icon state to just a blank icon??
In response to Snyperwolf (#5)
Just make a verb that changes your mob's density to 0, and change your icon to some blank dmi. You'd probably also want to make a variable for this, like ghost_form=0, then add 1 when the verb is used to get these effects, and subtract one if the verb is hit again to return to normal.
In response to Devron0606 (#4)
Devron0606 wrote:
im srry but that didnt help at all, i read everything but it didnt tell me wat i wanted to do, but thnx anyway...

If you read everything here, it should tell you how to do what you want to do.
Devron0606 wrote:
I need help getting a code...... wat is the code to make players get replace with another icon and they can move ANYWHERE for a limited time , invisible. Thxn to any1 who can tell me :D

You obviously didn't visit any of the links on that page. Reading and learning are two different things, and you will need to do both to "learn this code".