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


Thread Rating:
  • 4 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Updating script support, taking requests
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#9
RE: Updating script support, taking requests

I got some.

Spoiler below!

Global timer parameter. Use in Global.hps only!

PHP Code: (Select All)
void AddGlobalTimer(stringasTimerfloat afTime); 
Adds a Global Timer.
asTimer - Timer name
afTime - Time in seconds

PHP Code: (Select All)
void FUNCTION(string &in asTimerfloat afTime); 
Callback.

Chain events. It causes 3 set of events happening in a chained order in one parameter. Use only three!

PHP Code: (Select All)
void ChainEvent(stringasEventOnestringasEventTwostring &asEventThreefloat afEventTime); 
Does three events in one consecutive order. Note that all three events have to be called first. It takes the Function of the event's name.

asEventOne - Event number one.
asEventTwo - Event number two.
asEventThree - Event number three.
afEventTime - Time in seconds does the time of the chain will occur.
[php]


And that's all I got. Will edit if have more.

"Veni, vidi, vici."
"I came, I saw, I conquered."
(This post was last modified: 08-27-2013, 02:26 PM by PutraenusAlivius.)
08-27-2013, 02:24 PM
Find


Messages In This Thread
RE: Updating script support, taking requests - by PutraenusAlivius - 08-27-2013, 02:24 PM



Users browsing this thread: 1 Guest(s)