View Single Post
DorCoMaNdO
Senior Member
Join Date: Feb 2012
Old 08-05-2012 , 20:13   Re: [CSS] SM_Hosties (v2.0.4)
Reply With Quote #1820

Quote:
Originally Posted by shavit View Post
There is any chance for PreLRStart forward?
Thats how I originally developed AutoStart feature, databomb didn't want another forward so I remaked AutoStart feature to work as it works now.


Quote:
Originally Posted by shavit View Post
Hey
I'm trying to make a custom LR and release it and I need to make LR_Player_Prisoner/Guard global so I can use them everytime.

How I'm supposed to do it?
Define at top
Code:
new Prisoner;
new Guard;
and at the Start forward use
Code:
Prisoner = LR_Player_Prisoner;
same for guard.

Last edited by DorCoMaNdO; 08-05-2012 at 20:15.
DorCoMaNdO is offline