I looked there even before but the only one I saw was "Automatically walk to hotspots in Look mode". But by default it was set to false and I'm not even using the look mode so I'm guessing it's not the one I'm after

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
//my function called when interacting with both the object and the hotspot
function cf_handle_elevator_interaction()
{
if(!elevatorDoorsOpen)
{
hijackOverMouse = true;
sayTextAsTypingMachine("I need to get to floor one. I'm afraid though that the sysetm might have been messed up again.", cLeszek);
cLeszek.WalkStraight(528, 270, eBlock);
oElevatorDoors.SetView(4, 0, 0);
oElevatorDoors.Animate(0, 3, eOnce, eNoBlock, eForwards);
elevatorDoorsOpen = true;
hijackOverMouse = false;
}
}
//event handlers
function hElevatorButton_Interact()
{
cf_handle_elevator_interaction();
}
function oElevatorDoors_Interact()
{
cf_handle_elevator_interaction();
}
QuoteNiech bogowie zeÅ›lÄ... Ci nadobne dziewoje!DziÄ™ki, ale bojÄ™ siÄ™, że żona na to nie pójdzie![]()
![]()
QuoteYou helped me to solve my problem: I couldn't locate where Ś,ś,Ż and ż should be placedI'm more than happy to hear you find it useful.
QuoteYou can use negative values
QuoteAlphaville
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.157 seconds with 14 queries.