Search found 2 matches
- Sat Jan 19, 2013 6:06 pm
- Forum: Modding
- Topic: Unobtainable or Invisible Item
- Replies: 2
- Views: 2988
Unobtainable or Invisible Item
Print("Hey Guys") -- I would like an item that the player cannot interact with, -- but can be used on pressure plates, can be teleported, inserted in alcoves/altars etc so IWouldLikeToAsk() ..... if it is possible to clone an item (ex. rock) and totally remove it's model then show me how ....
- Fri Jan 18, 2013 8:25 pm
- Forum: Modding
- Topic: Can you reset pressure plates?
- Replies: 6
- Views: 5906
Re: Can you reset pressure plates?
Hello, I wanted to ask if this actually works. Does this line pressure_riddle_1:setActivateOnce(false) make the pressure plate named "pressure_riddle_1" (which was initially set to activate once) to deactivate (i.e. pop back up) ? Because i couldn't recreate it in the editor, while the opp...