User Tools

Site Tools


hpl2:machine_for_pigs:new_scripts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hpl2:machine_for_pigs:new_scripts [2020/03/08 18:50]
darkfire more enemi
hpl2:machine_for_pigs:new_scripts [2020/04/04 14:04]
mudbill Deprecated page. Replaced by /hpl2/machine_for_pigs/notes
Line 106: Line 106:
 ===== Other ===== ===== Other =====
  
 +<​code>​
 +StartPhoneRinging(string &in asPhonebox);​
 +StopPhoneRinging(string &in asPhonebox);​
 +</​code>​
 +
 +Enables/​Disables the phonecall interactions. See the [[:​hpl2:​machine_for_pigs:​new_entity_types#​phonebox|New entity types ]]artice for more detail about using phones.
 +
 +//​asPhonebox //- the phone box entity to use
 <​code>​ <​code>​
 void SetParticleSystemActive(string &in asParticle, bool abX); void SetParticleSystemActive(string &in asParticle, bool abX);