diff --git a/iw4x/iw4x_00/common_scripts/iw4x_utility.gsc b/iw4x/iw4x_00/common_scripts/iw4x_utility.gsc index fbb7803..6720836 100644 --- a/iw4x/iw4x_00/common_scripts/iw4x_utility.gsc +++ b/iw4x/iw4x_00/common_scripts/iw4x_utility.gsc @@ -5,7 +5,7 @@ "Summary: noclip used on a player entity will make them fly and clip through walls." "Module: IW4x Utility" "CallOn: An entity" -"Example: level.player noclip();" +"Example: level.player _noclip();" "SPMP: multiplayer" ///ScriptDocEnd ============= @@ -31,7 +31,7 @@ _noclip() "Summary: ufo used on a player entity will make them fly and clip through walls." "Module: IW4x Utility" "CallOn: An entity" -"Example: level.player ufo();" +"Example: level.player _ufo();" "SPMP: multiplayer" ///ScriptDocEnd =============