they rose from the snow(updated pics on pg.3) im back!!
-
- Posts: 406
- Joined: Thu Aug 31, 2006 5:14 pm
- Location: Queens
![]() |
Are you blind or being sarcastic? Try getting snow into the level, it would really help the atmosphere of this level alot.jzimmer09 wrote:reminds me of mud....

Click here for something you might like
Last edited by xXtR1Xm1Xx on Wed May 2, 1992 3:40 pm; edited 2,500 times in total
-
- Posts: 447
- Joined: Sat Jul 22, 2006 2:50 pm
- Location: new jersey
do you mean make it so you cant shoot through it because it already is like that but if you shoot it, it will blow up and wont respawn. is it possible to get it to respawn?kibito87 wrote:But make it so you can shoot the actual barrier projecter so it will be gone if shot at.
which picture are you looking at? the first ones or the lasts because i updated it and it looks like snow nowjzimmer09 wrote: reminds me of mud....
-
- Posts: 98
- Joined: Tue Feb 21, 2006 7:39 pm
![]() |
![]() |
![]() |
![]() |
You could probably get it to respawn by scripting it
If you do that, just make sure you put it in the script objects reflexive.

Code: Select all
(script continuous shield_respawner
(begin
(sleep_until (<= (object_get_health <yourshield>) 0))
(object_create <yourshield>)
)
)

-
- Posts: 447
- Joined: Sat Jul 22, 2006 2:50 pm
- Location: new jersey

