Search found 6 matches

by CorbinHillman
Fri Jan 18, 2013 1:32 am
Forum: Modding
Topic: Prevent Movement While Resting?
Replies: 13
Views: 11354

Re: Prevent Movement While Resting?

MAN you guys are amazing! thank you! Finally works now :)
:D :D :D :D :D :D :D :D :D :D :D
by CorbinHillman
Fri Jan 18, 2013 1:15 am
Forum: Modding
Topic: Prevent Movement While Resting?
Replies: 13
Views: 11354

Re: Prevent Movement While Resting?

... haha now I cant move at start :P
by CorbinHillman
Thu Jan 17, 2013 1:56 am
Forum: Modding
Topic: Prevent Movement While Resting?
Replies: 13
Views: 11354

Re: Prevent Movement While Resting?

I did all of the stuff you told me with the codes but it still lets me move when I am resting..?
by CorbinHillman
Wed Jan 16, 2013 9:06 am
Forum: Modding
Topic: Prevent Movement While Resting?
Replies: 13
Views: 11354

Re: Prevent Movement While Resting?

alright thanks for the help :)
by CorbinHillman
Wed Jan 16, 2013 8:38 am
Forum: Modding
Topic: Prevent Movement While Resting?
Replies: 13
Views: 11354

Re: Prevent Movement While Resting?

I put the code in my init.lua but I don't know what to do with the counter.. this is my current code... function RestPhase() party:shakeCamera(1,.5) hudPrint("Oomph...") playSound("damage_human_male") party:rest() end I want the blackout to last about 5 seconds..
by CorbinHillman
Wed Jan 16, 2013 7:33 am
Forum: Modding
Topic: Prevent Movement While Resting?
Replies: 13
Views: 11354

Prevent Movement While Resting?

I am making my first map and am slightly familiar with the coding but I haven't found out if there is a way to prevent the player from moving while they are resting just in a part because I want it to have the feeling of being "knocked out"