I have an idea I'd like to try for this month's, however I'll be getting my laptop repaired so no idea if I'll be able to work on it during that time.
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 Menufunction hSkilt_Look() {
if (hSkilt_Look == 0 ) Display ("blablabla"); (This is line 21)
if (hSkilt_Look == 1) player.Say ("Hello?");
}
if (hSkilt_Look == 0 ) {
Display ("blablabla");
}
if (hSkilt_Look == 1) {
player.Say ("Hello?");
}
QuoteAny click on hotspot
occurs when the player clicks on the hotspot in any cursor mode (except Walk). This allows you to add extra modes like smell, taste, push, pull, and so on. This event also occurs as well as the other event for the Look, Interact and Talk modes.
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.114 seconds with 14 queries.