Frictional Games Forum (read-only)

Full Version: Find key in this map, use it in the other.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For example, two maps:

LobbyRoom
DarkLobbyRoom

If I find a key in LobbyRoom, can I script it so I can use it in DarkLobbyRoom?
yes you can. You just add the script in the .hps file of DarkLobbyRoom
(08-11-2012, 10:13 PM)ZereboO Wrote: [ -> ]yes you can. You just add the script in the .hps file of DarkLobbyRoom
Thanks bro, so the game recognizes the key even if I picked it up from another room.
(08-11-2012, 11:20 PM)SmokeMelvin Wrote: [ -> ]
(08-11-2012, 10:13 PM)ZereboO Wrote: [ -> ]yes you can. You just add the script in the .hps file of DarkLobbyRoom
Thanks bro, so the game recognizes the key even if I picked it up from another room.
When you use a key on a door, what other item that you put in the script, it only checks for the name of the entities you put in the script.
Where you got the entity from, the game dosen't give a f*** about
(08-12-2012, 09:24 AM)ZereboO Wrote: [ -> ]
(08-11-2012, 11:20 PM)SmokeMelvin Wrote: [ -> ]
(08-11-2012, 10:13 PM)ZereboO Wrote: [ -> ]yes you can. You just add the script in the .hps file of DarkLobbyRoom
Thanks bro, so the game recognizes the key even if I picked it up from another room.
When you use a key on a door, what other item that you put in the script, it only checks for the name of the entities you put in the script.
Where you got the entity from, the game dosen't give a f*** about
You've made yourself clear Wink Thanks again.