OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: penguinman on 03 Oct 2005, 00:51:14

Title: Knows about camand in a hint.
Post by: penguinman on 03 Oct 2005, 00:51:14
how do i make a hint that shows the knows about value of the player by sm1.

so,

Code: [Select]
sm1 knowsabout player
how would i show that value in a hint through radio alpha.
Title: Re:Knows about camand in a hint.
Post by: macguba on 03 Oct 2005, 00:54:26
hint format ["knowsabout - %1", sm1 knowsAbout player]

Syntax not guaranteed, check the online comref.
Title: Re:Knows about camand in a hint.
Post by: penguinman on 03 Oct 2005, 01:39:27
thanks, it works,


#solved