How to give custom name for view resources

hanct I create my own view resource, but in the game explorer, my view resource is view003 or something like that. I want to give a better name to this resource, just like the name "ego",how? I cant find the rename menu for such stuff.

Thank you
Nychold There are two ways: easy and hard. The easy way is to simply "slow double click" on the item you want to rename. That is, click to select the item, wait a second or two, then click it again and it'll change to allow you to edit the name. Simple. There doesn't seem to be any other way in SCI Studio right now.

The hard way simply involves opening the game.ini file in your game's directory. There, you'll see something like this:

n000=Main
n974=Door
n975=AutoDoor
n976=InitRooms
n977=Dying
n978=DisposeLoad
n979=Controls
n980=DPath
n981=DCIcon
n982=Rev
n983=Wander
n984=Follow
n985=Timer
n986=Window
n987=Gauge
n988=Extra
n989=Sound
n990=SysWindow
n991=Jump
n992=Cycle
n993=FileIO
n994=Game
n995=Inv
n996=User
n997=MenuBar
n998=Feature
n999=Obj
n800=TitleScreen
n001=rm001


Simply find the current name, and change it, saving the file afterwards. Easy, but annoying. :)
hanct Thanks for your solution!!!
I prefer the easy way, of course!!!!!!!!!!!!