Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Script Help :(
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#24
RE: :(

If i understand you correctly ;
Make a scriptarea and call it whatever you want let's say MessageLivingRoom ( level editor )
Then make a script OnStart()
and call it :
PHP Code: (Select All)
AddEntityCollideCallback("Player""MessageLivingRoom""NAMEOFEVENT"true1); 
Then
PHP Code: (Select All)
void NAMEOFEVENT(string &in asParentstring &in asChildint alState)
{
SetMessage("Ch01Level01_Message1""YOURNAMEOFMESSAGE"5);


I have to go.
Might be back later on.
The members here will help you any further if you have some quesitons.
Good luck!
(This post was last modified: 05-03-2014, 07:46 PM by DnALANGE.)
05-03-2014, 07:35 PM
Find


Messages In This Thread
:( - by Straxedix - 05-03-2014, 08:51 AM
RE: :( - by Romulator - 05-03-2014, 09:05 AM
RE: :( - by DnALANGE - 05-03-2014, 11:09 AM
RE: :( - by OriginalUsername - 05-03-2014, 02:47 PM
RE: :( - by Mudbill - 05-03-2014, 03:29 PM
RE: :( - by FlawlessHappiness - 05-03-2014, 05:08 PM
RE: :( - by Straxedix - 05-03-2014, 06:47 PM
RE: :( - by DnALANGE - 05-03-2014, 06:58 PM
RE: :( - by Straxedix - 05-03-2014, 07:00 PM
RE: :( - by DnALANGE - 05-03-2014, 07:01 PM
RE: :( - by Straxedix - 05-03-2014, 07:03 PM
RE: :( - by DnALANGE - 05-03-2014, 07:04 PM
RE: :( - by Straxedix - 05-03-2014, 07:12 PM
RE: :( - by DnALANGE - 05-03-2014, 07:14 PM
RE: :( - by Straxedix - 05-03-2014, 07:14 PM
RE: :( - by DnALANGE - 05-03-2014, 07:16 PM
RE: :( - by Straxedix - 05-03-2014, 07:17 PM
RE: :( - by DnALANGE - 05-03-2014, 07:17 PM
RE: :( - by Straxedix - 05-03-2014, 07:21 PM
RE: :( - by DnALANGE - 05-03-2014, 07:22 PM
RE: :( - by Straxedix - 05-03-2014, 07:25 PM
RE: :( - by DnALANGE - 05-03-2014, 07:29 PM
RE: :( - by Straxedix - 05-03-2014, 07:32 PM
RE: :( - by DnALANGE - 05-03-2014, 07:35 PM
RE: :( - by Straxedix - 05-03-2014, 07:48 PM
RE: :( - by FlawlessHappiness - 05-03-2014, 10:59 PM



Users browsing this thread: 1 Guest(s)