Page 1 of 1

is there a function or command to get the name of the cell?

PostPosted: Thu Aug 27, 2015 10:59 pm
by Antonio Gigliotta

something like this pseudo code:

ref rNameOfCell Begin GameMode;....do stuff like maybe click a custom hotkey etc.. to trigger the following messagebox.     set rNameOfCell to (something here to grab the name of the current cell the player is in)     Messageboxex "You are now in: %n" rNameOfCell;...blah blah some stuff blah vampire speech blahEnd

I can't seem to pinpoint which one of the commands grab that info. Help please?

Thanks.