Quote from: Revan (via pm)
I'm still having difficulty in being able to change the playable charactor... I want to start off as one guy (KRAS) and on the click of a hotspot (HOTSPOT) change playability to another guy (RHONIN) please can you help me...
To make KRAS the player character by default, check his "This is the player character" checkbox in the Characters pane.
Making RHONIN the player character when clicking on a hotspot:
- Select "Room Editor" from the left side
- Load room (double-click) the hotspot is in
- Select "Areas" from left side
- Select "Hotspots" from drop-down above
- Select/draw the appropriate hotspot
- Click "Interaction..." button
- Right-click "Interact hotspot" (or "Look at" or whatever fits)
- "New action..."
- Select "Run script" from the drop-down
- Click "Edit script..." button
- cRhonin.SetAsPlayer();
- Close, Save, Yes, OK etc.