Man, I'm sold!!!
Really nice design!

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 MenuQuoteIs it possible to change "hotspot[0]" in to a string name?More like this:
QuoteI can not pass my string from the room in to the Global Script.
hotspot[myHotspot].RunInteraction(eModeInteract);
QuoteI think that the method you are using is just fine.
If you need to pass your String from a room in to the Global script you can easily create a Global String from the editor panel (Global variables) and add a new variable String that you can access everywhere
myHotspot = Game.GetLocationName(mouse.x, mouse.y);
myHotspot = Hotspot.GetAtScreenXY(mouse.x, mouse.y);
location = Game.GetLocationName(mouse.x, mouse.y);
hotspot[0].RunInteraction(eModeLookat);
stringname.RunInteraction(eModeLookat);
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.069 seconds with 13 queries.